diff --git a/.mcp.json b/.mcp.json index d24f676e..388cb4c9 100644 --- a/.mcp.json +++ b/.mcp.json @@ -4,6 +4,10 @@ "command": "./apps/registry_mcp/registry_mcp", "args": ["--enable-run", "--enable-write"] }, + "orchestrator": { + "command": "./apps/orchestrator_mcp/orchestrator_mcp", + "args": [] + }, "jupyter": { "command": "bash", "args": ["-c", "exec bash \"$(git rev-parse --show-toplevel)/bash/functions/infra/jupyter_mcp_serve.sh\""]