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
11 lines
192 B
JSON
11 lines
192 B
JSON
{
|
|
"mcpServers": {
|
|
"colibri-external-call": {
|
|
"command": "/usr/local/bin/colibri-mcp",
|
|
"args": [],
|
|
"env": {
|
|
"COLIBRI_MCP_EXTERNAL_CALL": "1"
|
|
}
|
|
}
|
|
}
|
|
}
|