Table of Contents

Enum McpConnectionState

Namespace
JD.AI.Core.Mcp
Assembly
JD.AI.Core.dll

Live connection state of an MCP server.

public enum McpConnectionState

Fields

Connected = 1

Successfully connected.

Connecting = 3

Connection check is in progress.

Disabled = 4

Server is administratively disabled.

Failed = 2

Connection attempt failed.

Unknown = 0

State has not been checked yet.