qidiai/dsh-contrib-topology--packages-mcp-bridge ↗★ 1
@qidiai/dsh-contrib-mcp-bridge
MCP multi-server orchestration for DeepSeek Harness: aggregated server config via hot-reload settings, dynamic spawn/dispose of dsh-mcp-client instances, and a Bridge tab for status
AI Analysis
核心用途是统一管理和编排多个 MCP 服务器。适合需要热更新 MCP 配置、一键集成多源工具的 DSH 用户。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full README ↗@qidiai/dsh-contrib-mcp-bridge
MCP 多服务器编排插件(DeepSeek Harness 编排套件之一):一个入口管所有 MCP 服务器。
- 不重造连接层:
dsh-mcp-client本身就是完整桥接(stdio/streamable-http、mcp__工具注册、指数退避重连、HMR、serverName 唯一性) - 聚合配置热更新:
ai-bridge-mcpsettings namespace 持有servers[],运行时增删即时生效(经ctx.plugin()spawn/dispose 各实例) - Remote:
snapshot()(各服务器状态 + 工具数)、addServer()、removeServer() - Bridge tab:Settings → Plugins → MCP Bridge
白捡集成:mcp__* 工具自动带 source: 'mcp' 进 observe 时间线/统计(设计之初预留),调用同时进 router 历史。
设计文档见 DESIGN.md。套件:@qidiai/dsh-contrib-topology / -observe / -router / -orchestrator / -mcp-bridge(仓库 qidiai/dsh-contrib-topology)。