15 lines
511 B
YAML
15 lines
511 B
YAML
# Opt-in overlay: mount the dsh-mcp-client bridge with a local demo MCP
|
|
# stdio server. Apply with:
|
|
# dsh web --patch <this file>
|
|
# 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
|