dsh-streaming-mcp-bridge
DeepSeek Harness streaming MCP bridge: live session events as MCP progress, plus ACP adapter for cc-connect/Feishu.
DeepSeek Harness 流式 MCP 桥接:将实时会话事件作为 MCP 进度输出,并提供 cc-connect/飞书 ACP 适配器。
How to install
dsh plugin add dsh-streaming-mcp-bridge npx -y dsh-streaming-mcp-bridge About
dsh-streaming-mcp-bridge DeepSeek Harness 社区插件:把 Harness 的实时 session.event / session.status 流桥接给外部客户端,解决 ACP 只能返回最终结果、看不到思考/工具过程的问题。 MCP 模式:Streamable HTTP,dsh_run_stream 执行任务时发送 notifications/progress。 ACP 模式:供 cc-connect / Feishu 使用,把思考、工具、状态实时推给飞书。 Feishu 展示:每条状态、思考、工具调用/结果使用独立代码块,最终回答放在代码块外。 安装 作为 DSH bundle 插件安装到 Web profile: bash dsh plugin --profile web add dsh-streaming-mcp-bridge 也可以固定使用 GitHub Release: bash dsh plugin --profile web add github:yabolee-kkk/dsh-streaming-mcp-bridge#v0.1.0 或者从本地 checkout 安装: bash dsh plugin --profile web add /path/to/dsh-streaming-mcp-bridge 安装后启动 DSH We…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 0
- mo. downloads
- 269
- Last push
- 2026-08-19
- Created
- 2026-08-17
Basic safety check
- Findings
- None
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- acp, deepseek-harness, dsh-plugin, mcp, streaming
Related plugins
dsh-full-remote
JUANWANG-BUAA/dsh-full-remote
Remote DeepSeek Harness with full server-side API access (`settings.*` / `credentials.*` / `host.listDirectory`). Token-gated reverse proxy, per-device sessions, phone invite QR, fence self-check, optional approval / CIDR / idle timeout / local TLS, WebSocket/SSE.
dsh-web-lan-access
AcidGr/dsh-web-lan-access
LAN/remote access for the Web UI: injects a crypto.randomUUID polyfill on plain-HTTP origins so the frontend survives LAN or Tailscale IP direct links.
dsh-mobile
cindyguyuehu123/dsh-mobile
Use DSH from iPhone/iPad: an explicit-opt-in LAN reverse proxy (Host/Origin rewrite through the loopback trust fence, WebSocket upgrades included), iOS PWA chrome (home-screen icon, standalone meta, viewport-fit), and touch/mobile CSS (safe areas, keyboard lifting, composer row fit).
dsh-mobile-hanui
Z-6354/dsh-mobile-hanui
Mobile UI shell for the DSH Web GUI: turns the desktop three-column layout into a touch-friendly phone layout (overlay drawers, draggable FAB, full-screen dialogs, infinite-scroll history) under a 1024px viewport, with zero desktop impact. - Complete mobile PWA for DSH, built on dsh-mobile-gate: secure remote-access gateway plus install-to-homescreen (manifest + service worker), offline capability, touch gestures (pull-to-refresh, edge-swipe back, pinch-zoom font), agent-done push notifications, and touch-first layout — desktop unaffected.