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

    Interface SuccessfulResponseCapture

    Captured successful SDK response body for post-create recovery.

    interface SuccessfulResponseCapture {
        endpoint: string;
        response?: unknown;
    }
    Index
    endpoint: string

    B2 API endpoint whose successful JSON response should be captured.

    response?: unknown

    JSON response body captured before SDK facade validation/redaction continues.