type MCPConnectionStatus = "disconnected" | "connecting" | "connected" | "error";
Defined in: mcp/types.ts:18
Connection status of an MCP client