# Opt-in overlay: mount the dsh-mcp-client bridge with a local demo MCP # stdio server. Apply with: # dsh web --patch # or paste the insert list into a profile's cordis.patch.yml. # Tools appear as mcp__demo__echo once the harness boots. - insert: - id: mcp-demo name: '@deepseek-ai/dsh-mcp-client' config: serverName: demo transport: stdio command: node args: ['C:/Users/12914/Desktop/vscode/mcp-demo/server.mjs'] failOnStartupError: false