安装
在 DeepSeek Harness 里通过 dsh-market 安装
dsh plugin --profile web add dshmarket
或使用命令行
dsh plugin --profile web add github:GeekRicardo/dsh-cordis-mcp
装任何插件都等于在你的机器上跑第三方代码,权限和你本人一样大——能读你的文件、用你的凭据、访问网络。请先审阅源码,并尽量锁定 commit(github:owner/repo#sha)。
把 DSH 的动态 Cordis 工具集以 MCP(streamable HTTP,挂在现有 web 端口上,不新开监听)暴露给 Claude Code:10 个工具,可列出、查看、定义、运行、停止与永久删除某个活 DSH 会话里的动态插件;含 client half 的包仍走 GUI 那套审批流。强制 Bearer 认证——token 在 DSH 设置页配置,未配置时端点直接 503 而不是降级放行,只接受回环访问,且永不返回 CORS 头。
在 DeepSeek Harness 里通过 dsh-market 安装
dsh plugin --profile web add dshmarket
或使用命令行
dsh plugin --profile web add github:GeekRicardo/dsh-cordis-mcp
装任何插件都等于在你的机器上跑第三方代码,权限和你本人一样大——能读你的文件、用你的凭据、访问网络。请先审阅源码,并尽量锁定 commit(github:owner/repo#sha)。