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

    Type Alias ServerState

    ServerState:
        | "created"
        | "starting"
        | "running"
        | "stopping"
        | "stopped"
        | "error"

    Server lifecycle states.

    State machine:

    createdstartingrunningstoppingstopped
    ↓ ↓
    error ←────┘