Interface: McpConnectAllResult
Interface: McpConnectAllResult
Per-endpoint outcome of AppKitMcpClient.connectAll. Callers (the agents plugin in particular) use the split to warn at startup when some MCP servers are unreachable without aborting boot for the rest.
Properties
connected
connected: string[];failed
failed: {
error: Error;
name: string;
}[];error
error: Error;name
name: string;