Type Alias McpNotificationStreamStatusExperimental

McpNotificationStreamStatus:
    | "idle"
    | "connecting"
    | "open"
    | "reconnecting"
    | "unsupported"
    | "failed"
    | "closed"

Lifecycle of one subscription.

unsupported, failed, and closed are terminal — the stream never leaves them, and a consumer that wants another subscription opens a new one.