概览
dsh-mcp-manager
MCP server manager for DeepSeek Harness: Settings → MCP page for HTTP (OAuth PKCE + dynamic client registration, or static token) and local stdio servers, with auto tool registration as mcp____*
社区 · Topic 自动分析 — 通过 GitHub dsh-plugin Topic 自动发现。静态检查在不执行第三方代码的前提下,验证了固定公开版本的根目录 bundle 契约与已提交文件;这不等于人工审核、安全审计、运行时冒烟测试、发布者身份验证或官方背书。
安装
从 GitHub 安装此组合包
CLI 会验证组合包、调用原生 DSH 安装,成功后才上报完成。
npx dshpub add hyqhyq3/dsh-mcp-manager --ref 88ac3def0e5a76f19e27bdf7effc099a7d33bb3e能力
它贡献了什么
HostCordis loadable未核对
Client / UIWeb UI未核对
Model tools未核对未核对
Profile stateconditional未核对
README / ZH
插件文档
English | 简体中文
LIMITATIONS
已知限制
- 只桥接 MCP 的工具能力(resources / prompts 不支持)。 - token 明文存于 `~/.dsh` 下的 JSON 文件——请当作机密对待。 - stdio 服务器以子进程常驻运行,随插件生命周期存活;`args` 按空格分词(引号可保护含空格的参数),不含 shell 展开(`~`、`$VAR`、管道等需自行写绝对路径或环境变量)。 - 每个 GUI origin 一次 OAuth 客户端注册;GUI 换地址后下次登录会自动重新注册。
