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

    Function readCappedBodyBytes

    • Read a Web request body while enforcing the MCP body cap.

      Parameters

      • request: Request

        Request whose body should be buffered.

      Returns Promise<Uint8Array<ArrayBufferLike> | null>

      Body bytes, or null when the body exceeds the configured cap.