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

    Variable CONNECTION_STATE_CONFIGConst

    CONNECTION_STATE_CONFIG: {
        HEALTH_CHECK_TIMEOUT_MS: 10000;
        MAX_HISTORY_SIZE: 10;
    } = ...

    Connection state configuration constants.

    Type Declaration

    • ReadonlyHEALTH_CHECK_TIMEOUT_MS: 10000

      Default timeout for health checks in milliseconds.

    • ReadonlyMAX_HISTORY_SIZE: 10

      Maximum number of state transitions to keep in history. Uses circular buffer for O(1) operations.