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

    Interface HostArgResult

    Parsed --host CLI flag and the last consumed argument index.

    interface HostArgResult {
        host: string;
        nextIndex: number;
    }
    Index
    host: string

    Parsed listen host.

    nextIndex: number

    Last argument index consumed by the host flag.