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

    Interface ConnectionStateOptions

    Options for ConnectionStateManager construction.

    interface ConnectionStateOptions {
        healthCheckTimeoutMs?: number;
        telemetry?: ConnectionTelemetry;
    }
    Index

    Properties

    healthCheckTimeoutMs?: number

    Health check timeout in milliseconds. Default: 10000

    Optional telemetry implementation (defaults to no-op).