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

    Interface HttpFetchContext

    Runtime context supplied by an HTTP adapter for one request.

    interface HttpFetchContext {
        allowLoopbackHealthProbe?: boolean;
        authInfo?: AuthInfo | null;
        remoteAddress?: string;
    }
    Index
    allowLoopbackHealthProbe?: boolean

    Allow local loopback probes to reach /health under strict host policy.

    authInfo?: AuthInfo | null

    Verified MCP auth info from OAuth or hosting middleware.

    remoteAddress?: string

    Remote address as seen by the adapter.