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

    Variable SESSION_STATESConst

    SESSION_STATES: {
        ACTIVE: "active";
        CLOSED: "closed";
        CLOSING: "closing";
        CREATED: "created";
    } = ...

    Session lifecycle state constants.

    Single source of truth — use these instead of raw string literals.

    Type Declaration

    • ReadonlyACTIVE: "active"
    • ReadonlyCLOSED: "closed"
    • ReadonlyCLOSING: "closing"
    • ReadonlyCREATED: "created"