clawdie-iso/live/operator-session/mcp-examples/mcp-external-call.json
Sam & Claude 47b0db16e4 docs: add external MCP profile examples to ISO (Sam & Codex)
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
2026-06-13 19:54:17 +02:00

11 lines
192 B
JSON

{
"mcpServers": {
"colibri-external-call": {
"command": "/usr/local/bin/colibri-mcp",
"args": [],
"env": {
"COLIBRI_MCP_EXTERNAL_CALL": "1"
}
}
}
}