Installs read-only and trusted-write MCP client config examples under /usr/local/share/clawdie-iso/mcp-examples and links them from the bootstrap page.\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
176 B
JSON
11 lines
176 B
JSON
{
|
|
"mcpServers": {
|
|
"colibri-write": {
|
|
"command": "/usr/local/bin/colibri-mcp",
|
|
"args": [],
|
|
"env": {
|
|
"COLIBRI_MCP_WRITE": "1"
|
|
}
|
|
}
|
|
}
|
|
}
|