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

    Type Alias VersionResolution

    Resolved package version and channel metadata.

    type VersionResolution = {
        isPublishedRelease: boolean;
        releaseChannel: ReleaseChannel;
        version: string;
    }
    Index
    isPublishedRelease: boolean

    Whether the runtime was stamped by the release process.

    releaseChannel: ReleaseChannel

    Build channel used for outbound product-token construction.

    version: string

    Numeric package version from package metadata.