Enum McpConnectionState
Live connection state of an MCP server.
public enum McpConnectionState
Fields
Connected = 1Successfully connected.
Connecting = 3Connection check is in progress.
Disabled = 4Server is administratively disabled.
Failed = 2Connection attempt failed.
Unknown = 0State has not been checked yet.