Adds sample external MCP registry and explicit external-call client profile alongside the default read-only Colibri MCP examples.\n\nChecks: ./scripts/check-format.sh; sh -n build.sh scripts/stage-colibri-iso.sh; python3 -m json.tool MCP examples; git diff --check
16 lines
326 B
JSON
16 lines
326 B
JSON
{
|
|
"servers": {
|
|
"demo": {
|
|
"command": "/usr/local/bin/demo-mcp-server",
|
|
"args": ["--stdio"],
|
|
"env": {
|
|
"DEMO_MODE": "1"
|
|
}
|
|
},
|
|
"filesystem-example": {
|
|
"command": "npx",
|
|
"args": ["-y", "@modelcontextprotocol/server-filesystem", "/home/clawdie"],
|
|
"env": {}
|
|
}
|
|
}
|
|
}
|