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

    Function createMcpHttpTransport

    • Create a B2 SDK HTTP transport integrated with MCP request cancellation.

      Parameters

      • inner: HttpTransport

        Base B2 SDK HTTP transport.

      • retry: Partial<RetryOptions> = SDK_RETRY_OPTIONS

        Retry policy to apply.

      Returns HttpTransport

      B2 SDK HTTP transport suitable for MCP request handling.

      The wrapper injects the current MCP request abort signal, applies the shared retry budget, and disables SDK replay retries for non-idempotent B2 API endpoints.