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": {
|
||||
"registry": {
|
||||
"command": "./apps/registry_mcp/registry_mcp",
|
||||
"args": ["--enable-run", "--enable-write"]
|
||||
"args": [
|
||||
"--enable-run",
|
||||
"--enable-write"
|
||||
]
|
||||
},
|
||||
"orchestrator": {
|
||||
"command": "./apps/orchestrator_mcp/orchestrator_mcp",
|
||||
@@ -10,7 +13,10 @@
|
||||
},
|
||||
"jupyter": {
|
||||
"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": {
|
||||
"type": "http",
|
||||
@@ -19,6 +25,10 @@
|
||||
"ardour": {
|
||||
"command": "/home/enmanuel/audio-tools/ardour-mcp/target/release/ardour_mcp_server",
|
||||
"args": []
|
||||
},
|
||||
"onlyoffice": {
|
||||
"command": "./apps/onlyoffice_mcp/onlyoffice_mcp",
|
||||
"args": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user