chore: registrar MCP onlyoffice en .mcp.json
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -2,7 +2,10 @@
|
|||||||
"mcpServers": {
|
"mcpServers": {
|
||||||
"registry": {
|
"registry": {
|
||||||
"command": "./apps/registry_mcp/registry_mcp",
|
"command": "./apps/registry_mcp/registry_mcp",
|
||||||
"args": ["--enable-run", "--enable-write"]
|
"args": [
|
||||||
|
"--enable-run",
|
||||||
|
"--enable-write"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"orchestrator": {
|
"orchestrator": {
|
||||||
"command": "./apps/orchestrator_mcp/orchestrator_mcp",
|
"command": "./apps/orchestrator_mcp/orchestrator_mcp",
|
||||||
@@ -10,7 +13,10 @@
|
|||||||
},
|
},
|
||||||
"jupyter": {
|
"jupyter": {
|
||||||
"command": "bash",
|
"command": "bash",
|
||||||
"args": ["-c", "exec bash \"$(git rev-parse --show-toplevel)/bash/functions/infra/jupyter_mcp_serve.sh\""]
|
"args": [
|
||||||
|
"-c",
|
||||||
|
"exec bash \"$(git rev-parse --show-toplevel)/bash/functions/infra/jupyter_mcp_serve.sh\""
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"godot": {
|
"godot": {
|
||||||
"type": "http",
|
"type": "http",
|
||||||
@@ -19,6 +25,10 @@
|
|||||||
"ardour": {
|
"ardour": {
|
||||||
"command": "/home/enmanuel/audio-tools/ardour-mcp/target/release/ardour_mcp_server",
|
"command": "/home/enmanuel/audio-tools/ardour-mcp/target/release/ardour_mcp_server",
|
||||||
"args": []
|
"args": []
|
||||||
|
},
|
||||||
|
"onlyoffice": {
|
||||||
|
"command": "./apps/onlyoffice_mcp/onlyoffice_mcp",
|
||||||
|
"args": []
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user