From b3761f5e30ca1f899c8411032beb52495e98418b Mon Sep 17 00:00:00 2001 From: wangwei10061 <153692771@qq.com> Date: Mon, 13 Apr 2026 12:45:15 +0800 Subject: [PATCH] Update SKILL.md --- SKILL.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/SKILL.md b/SKILL.md index 020ca6d..8fff31b 100644 --- a/SKILL.md +++ b/SKILL.md @@ -3,6 +3,13 @@ name: educoder description: 提供头歌Educoder实践教学平台的查询服务,包括用户登录、课堂管理、作业查询、实训项目查询、考试管理等功能。 --- +## MCP 服务地址 + +- 本地开发:`http://localhost:8000/sse` +- 远程服务:`http://143.64.38.7:37010/sse` + +> 使用 SSE 模式连接,客户端配置时填写上述地址之一即可。 + ## 注意事项 - 不要用 copaw 调 mcp 服务,优先使用 npx mcporter。 - 头歌平台需要登录后才能使用,请确保环境变量配置正确。