You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multiple clients can connect to the same server simultaneously. Each session gets its own MCP instance but shares graph data.
185
154
155
+
### stdio transport (debugging / single project)
156
+
157
+
The `mcp` command runs a single-project MCP server over stdin/stdout. Primarily useful for debugging or testing a single project without starting the full HTTP server.
The MCP client launches this as a subprocess. No web UI, no REST API, no WebSocket — just the MCP tool interface over stdio.
164
+
165
+
For most use cases, prefer the HTTP transport above — it provides the full feature set (multi-project, web UI, REST API, real-time updates) and supports multiple concurrent clients.
0 commit comments