diff --git a/SKILL.md b/SKILL.md index a227fe4..4167871 100644 --- a/SKILL.md +++ b/SKILL.md @@ -5,7 +5,7 @@ description: 提供 Educoder 用户与课堂相关查询能力,当前支持用 ## MCP 服务地址 -- 线上地址:`http://47.98.32.66:48000/mcp` +- 线上地址:`http://110.41.32.120:48001/mcp` - 本地开发:`http://localhost:8001/mcp` > 使用 `streamable-http` 模式连接,不使用 SSE。 @@ -13,9 +13,9 @@ description: 提供 Educoder 用户与课堂相关查询能力,当前支持用 ## 接入方式 - 客户端应使用 `streamable-http` MCP 客户端 -- 使用 OpenClaw 安装本 skill 时,MCP 服务地址直接填写线上地址:`http://47.98.32.66:48000/mcp` +- 使用 OpenClaw 安装本 skill 时,MCP 服务地址直接填写线上地址:`http://110.41.32.120:48001/mcp` - 不要使用 `sse_client` -- 本地开发端口默认是 `8001`,线上端口使用 `48000` +- 本地开发端口默认是 `8001`,线上端口使用 `48001` - MCP 路径默认是 `/mcp` ## 安装完成提示 @@ -56,7 +56,7 @@ MCP 配置示例: ```json { "educoder-mcp": { - "url": "http://47.98.32.66:48000/mcp", + "url": "http://110.41.32.120:48001/mcp", "transport": "streamable-http", "headers": { "Authorization": "xxxxx"