dsh-mcp-manager:为 DSH 增加运行时 MCP 服务器管理

`dsh-mcp-manager` 是 DeepSeek Harness (DSH) 的一个插件,用于在运行时动态管理 MCP 服务器,解决了静态配置需重启的问题。它支持 stdio 和 streamable-http 两种传输方式,保持与 `@deepseek-ai/dsh-mcp-client` 一致的工具命名契约。 核心功能包括:1. 运行时管理:支持添加、删除、启停和重连服务器,配置持久化至本地 JSON 文件(默认 `$DSH_HOME/mcp-manage/servers.json`),重启后自动重连;2. 智能体工具:提供 `mcp_manage_list` 等六个工具供会话内操

Read More
Integrate DeepSeek Harness with Multica via dsh-multica-runtime

`dsh-multica-runtime` is an external bridge layer between Multica and DeepSeek Harness: without modifying the DSH ontology, it is built based on the `@deepseek-ai/dsh-base` combination, and exposes a version 1 JSONL protocol via stdio. The maintainer of its catalog page is forrestchang, and the repository is now under the ownership of multica-ai. This article checks the catalog page, GitHub source code and Multica documentation to explain the installation to the multica profile, probe detection, model list and precautions. The license is UNLICENSED, and the plugin runs with the permissions of the current dsh process.

Read More