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

    Interface GateBlockedResult

    Refused destructive-gate decision.

    interface GateBlockedResult {
        error: B2ApiError;
        ok: false;
    }
    Index
    error: B2ApiError

    Normalized error explaining the refusal.

    ok: false

    Whether the destructive operation may proceed.