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