Single-Connection Servers
For single-connection servers, name is optional and dispatch auto-resolves:Connection Naming
Connection names are derived from your server’s slug:windsor/gmail-mcp -> gmail-mcp.
If you hardcode a different name in dispatch("gmail", ...), it will fail. Use auto-dispatch for single-connection servers.
Multi-Connection Servers
When you have multiple connections, specify the target explicitly:connection_name when creating the session: