From 2510af57ba38d854cb73283f80d0a4a140bcd092 Mon Sep 17 00:00:00 2001 From: educoder Date: Wed, 29 Apr 2026 23:56:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E6=88=90=E7=BA=BF=E4=B8=8A=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SKILL.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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"