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

    Interface HttpListenOptions

    Listen-time options for startHttp.

    interface HttpListenOptions {
        host?: string;
        port?: number;
    }
    Index
    host?: string

    Explicit host override; otherwise --host and B2_HTTP_HOST are consulted.

    port?: number

    Explicit port override; otherwise CLI args and PORT are consulted.