All plugins

DSH / BUNDLE / BUNDLES

dsh-mcp-json

v0.1.0caopu16 / dsh-mcp-jsonb0d5a3d766

External Git bundleBundlesBundles & other modulesCommunity · Topic auto-analysis
Open on GitHub
Runtime anatomy
HOSTCLIENTUITOOLDATAFLOW

Overview

dsh-mcp-json

Load MCP servers for the DeepSeek Harness from the mcp.json of Claude Code, Kiro, OpenCode, and Codex, with user and project layers and live reload

Community · Topic auto-analysis — Automatically discovered through the dsh-plugin GitHub Topic. Static checks verified a pinned public root bundle contract and committed files without executing third-party code. This is not a human review, security audit, runtime smoke test, publisher identity check, or official endorsement.

Install

Install this bundle from GitHub

The CLI validates the bundle, invokes native DSH, then reports completion.

npx dshpub add caopu16/dsh-mcp-json --ref b0d5a3d766eea8a2b361ec3626d64eb2d2c152c7

Capabilities

What it contributes

HostCordis loadableNot inspected
Client / UIHost onlyNot inspected
Model toolsNot inspectedNot inspected
Profile stateNot inspectedNot inspected

README / EN

Package documentation

English | 中文

LIMITATIONS

Known limitations

- **Trae is not supported.** No verifiable MCP configuration path was found for it; adding a guessed path would ship a location that never matches. - **Cursor and VS Code are not read.** Same reason — their locations were not verified on a real installation. - **Timeouts are not read from the source file.** OpenCode's per-server `timeout` and any other tool-specific tuning are ignored; every server gets the harness client's 60-second tool-call timeout. - **`autoApprove` has no effect.** Tool approval is the approval capability's decision, so a pre-approved list in another tool's file does not carry over. - **A watched file that never existed is only noticed on a full reconcile.** Chokidar watches the paths, so creating a previously absent layer does fire, but a path whose parent directory is also absent may not be observed until another layer changes. - **One `cwd` per plugin instance.** The project layers resolve against the configured directory, not per-session working directories.