MCP Server Framework - v1.0.0
    Preparing search index...

    Type Alias ConnectionState

    ConnectionState: "disconnected" | "connecting" | "connected" | "error"

    Possible connection states for the service client.

    State Machine:

    disconnected ──▶ connecting ──▶ connected
    ▲ │ │
    │ ▼ │
    └──────────── error ◀──────────┘