← 返回列表
D

dsh-mcp-proxy

v0.1.0 · 4 天前发布

Context-cheap MCP access for DeepSeek Harness: two proxy tools instead of every server's full schema set, with lazy connections, an on-disk tool catalog, and idle disconnect

dshdsh-plugindeepseek-harnessmcpmodel-context-protocol

README

dsh-mcp-proxy

Context-cheap MCP access for DeepSeek Harness.

The shipped dsh-mcp-client registers every tool of every configured server on ctx.tools, so a handful of MCP servers puts hundreds of JSON schemas into the system prompt of every request — whether or not the model ever calls one.

This plugin registers exactly two tools regardless of how many servers you configure, and reaches those servers lazily. The standing prompt cost is constant in the number of MCP tools available.

Install

bash
dsh plugin --profile web add dsh-mcp-proxy

Then declare your servers by overriding the row (the shipped row has none — see Trust).

What the model sees

| Tool | Purpose |
|---|---|
| mcp_discover | Se

版本兼容矩阵

DSH 版本状态说明
dsh@0.1.0-rc.6 ✅ 兼容 cordis patch ✅
dsh@0.1.0 ✅ 兼容 标准 patch ✅
dsh@0.2.0 ⚠️ 待验证 待实测(API 可能在变)
dsh@0.3.0+ ❓ 未知 尚未发布

💡 兼容矩阵每周末自动跑实测,欢迎 PR 修正

元数据

License
MIT
npm
dsh-mcp-proxy
Repo
Engines
{"node":"^22.19.0 || >=24.0.0"}
Weekly DL
0
Monthly DL
0
dsh.bundle
{"bundle":{"patch":"./cordis.patch.yml"}}