Skip to content

feat: 接入 DeepSeek Harness 官方 MCP - #129

Merged
Yourdaylight merged 1 commit into
mainfrom
feat/deepseek-harness-mcp
Sep 4, 2026
Merged

feat: 接入 DeepSeek Harness 官方 MCP#129
Yourdaylight merged 1 commit into
mainfrom
feat/deepseek-harness-mcp

Conversation

@Yourdaylight

Copy link
Copy Markdown
Owner

Summary

  • 给 DeepSeek Harness(dsh)提供官方 MCP 入口:stdio(推荐)和 Streamable HTTP(8002/mcp),模型只看到 stock_list_tools / stock_call_tool 两个目录工具
  • 不把 PicoClaw 用的 8001/messages 自研协议配进 dsh;overlay 在 integrations/dsh/
  • README 把 dsh 接入放到文首显眼位置,并补充 docs/DEEPSEEK_HARNESS.md

Test plan

  • uv run pytest tests/test_mcp_dsh_catalog.py tests/test_mcp_server.py tests/test_mcp_auth_and_quota.py(55 passed)
  • dsh @deepseek-ai/dsh-mcp-client stdio 握手,列出两个公开工具
  • stock_call_tool 查询 600519.SH 日线有真实数据
  • dsh web --patch integrations/dsh/stock.cordis.yml 能拉起 MCP 并打开 Web
  • 在有 DEEPSEEK_API_KEY 的环境里完整问一句「查 600519 收盘价」

Made with Cursor

给 dsh 提供 stdio / Streamable HTTP 两层目录工具,避免把 8001 自研协议配进 harness。

Co-authored-by: Cursor <cursoragent@cursor.com>
@Yourdaylight
Yourdaylight merged commit 3d4dbd2 into main Sep 4, 2026
3 of 5 checks passed
@Yourdaylight
Yourdaylight deleted the feat/deepseek-harness-mcp branch September 8, 2026 01:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant