@koduhai/mcp-kit
    Preparing search index...

    Interface DriftInfo

    interface DriftInfo {
        behind: boolean;
        message: string | null;
        unsupported: boolean;
    }
    Index

    Properties

    behind: boolean

    True when the pinned version differs from the API's current version.

    message: string | null

    A human-readable warning, or null when everything lines up.

    unsupported: boolean

    True when supported is set and the pinned version is not in it.