featherbit UI
    Preparing search index...

    Type Alias ConnectionState

    ConnectionState:
        | { kind: "no-key" }
        | { kind: "toolless"; reason: "no-token" | "mcp-off" }
        | { kind: "connecting" }
        | { kind: "ready"; scope: "read" | "write"; toolCount: number }
        | { kind: "error"; message: string }