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

    Interface NodeRequestToWebOptions

    Options used when converting a Node request into a Web request.

    interface NodeRequestToWebOptions {
        scheme?: "http" | "https";
    }
    Index
    scheme?: "http" | "https"

    Scheme to use when reconstructing an absolute request URL.