Overview
dsh-mcp-json
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 this bundle from GitHub
The CLI validates the bundle, invokes native DSH, then reports completion.
npx dshpub add caopu16/dsh-mcp-json --ref b0d5a3d766eea8a2b361ec3626d64eb2d2c152c7Capabilities
What it contributes
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.
