988hj7tczd-oss/dsh-mcp-tunnel0

dsh-mcp-tunnel

DSH plugin: expose a local MCP server to remote agents through an outbound-only tunnel stack (mcp-proxy + cloudflared Quick Tunnel), and register the public URL into dsh-mcp-client streamable-http config.

包名
dsh-mcp-tunnel
版本
0.1.0
许可证
MIT
最近更新
2026年8月24日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:988hj7tczd-oss/dsh-mcp-tunnel

五、mcp-client 配置片段(安全护栏 1)

create 绝不自动改写任何 profile 配置,只在部署目录写出待确认片段 (mcp-client.pending.yml),由你在显式确认后手动粘贴:

- insert:
    - id: mcp-
      name: '@deepseek-ai/dsh-mcp-client'
      config:
        serverName: 
        transport: streamable-http
        url: 
        headers:
          Authorization: 'Bearer '
        toolCallTimeoutMs: 60000
        failOnStartupError: false
  • 字段名与 @deepseek-ai/dsh-mcp-clientStreamableHttpConfig 完全一致;
  • 远程工具名 = mcp____
  • mcp_tunnel_stop 会删除该片段文件(验收标准 4)。若你已粘贴进 profile, 记得同步删除那一行,否则请把 URL 标注为失效;
  • 「由 apply 注入」路径(显式确认后自动写 profile 的 cordis.patch.yml)留作后续版本。