feat: 接入 DeepSeek Harness 官方 MCP - #129
Merged
Merged
Conversation
给 dsh 提供 stdio / Streamable HTTP 两层目录工具,避免把 8001 自研协议配进 harness。 Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
dsh)提供官方 MCP 入口:stdio(推荐)和 Streamable HTTP(8002/mcp),模型只看到stock_list_tools/stock_call_tool两个目录工具8001/messages自研协议配进 dsh;overlay 在integrations/dsh/docs/DEEPSEEK_HARNESS.mdTest plan
uv run pytest tests/test_mcp_dsh_catalog.py tests/test_mcp_server.py tests/test_mcp_auth_and_quota.py(55 passed)@deepseek-ai/dsh-mcp-clientstdio 握手,列出两个公开工具stock_call_tool查询600519.SH日线有真实数据dsh web --patch integrations/dsh/stock.cordis.yml能拉起 MCP 并打开 WebDEEPSEEK_API_KEY的环境里完整问一句「查 600519 收盘价」Made with Cursor