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

    Interface GateAllowedResult

    Successful destructive-gate decision.

    interface GateAllowedResult {
        ok: true;
    }
    Index
    ok: true

    Whether the destructive operation may proceed.