Skip to content

Releases: hyqhyq3/dsh-mcp-manager

dsh-mcp-manager v0.2.0

Choose a tag to compare

@hyqhyq3 hyqhyq3 released this 13 Aug 16:35

What's new

  • stdio transport: manage local MCP servers (e.g. npx -y @upstash/context7-mcp, uvx) via child_process.spawn + JSON-RPC over stdin/stdout — spawn on add/startup, reap on disconnect/unload/reconnect.
  • Settings → MCP form now has a transport selector (HTTP / stdio) with command/args/env/cwd fields.
  • HTTP transport (OAuth PKCE / static token) unchanged.
  • Bilingual README updated.

Install / upgrade

npx -p @deepseek-ai/dsh dsh plugin --profile web add github:hyqhyq3/dsh-mcp-manager

Restart dsh --profile web and refresh the page.