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

    Interface Versioning

    interface Versioning {
        current?: string;
        header: string;
        supported?: readonly string[];
        version: string;
        drift(): DriftInfo;
        headers(): Record<string, string>;
    }
    Index

    Properties

    current?: string
    header: string
    supported?: readonly string[]
    version: string

    Methods

    • Headers to merge into upstream requests (a HeaderSource for createUpstreamFetch).

      Returns Record<string, string>