@backblaze-labs/b2-mcp
    Preparing search index...

    Interface B2AuthorizedBucket

    Bucket scope entry returned by B2 authorization.

    interface B2AuthorizedBucket {
        id: string;
        name: string | null;
    }
    Index
    id: string

    Authorized bucket ID.

    name: string | null

    Authorized bucket name, or null when B2 withholds the name.