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

    Function runWithSuccessfulResponseCapture

    • Runs an SDK operation while capturing a matching successful JSON response.

      Type Parameters

      • T

      Parameters

      • capture: SuccessfulResponseCapture

        Mutable capture scope populated by the MCP HTTP transport.

      • operation: () => Promise<T>

        SDK operation to execute.

      Returns Promise<T>

      The SDK operation result.