McpConnectionState
type McpConnectionState = "disconnected" | "connected" | "failed";Defined in: src/mcp.ts:58
Connection state of an MCP client.
type McpConnectionState = "disconnected" | "connected" | "failed";Defined in: src/mcp.ts:58
Connection state of an MCP client.