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

    Interface CreateServerOptions

    Optional server-construction controls.

    HTTP deployments pass verified OAuth scopes here after authentication. Stdio callers normally omit this so tool availability is governed only by B2 key capabilities and local destructive policy.

    interface CreateServerOptions {
        oauthScopes?: readonly string[];
    }
    Index
    oauthScopes?: readonly string[]

    Verified MCP/OAuth scopes for the current caller.