NestJS MCP - v1.0.1
    Preparing search index...

    Deprecation information for MCP items

    interface DeprecationInfo {
        deprecated: boolean;
        message?: string;
        since?: string;
        removeIn?: string;
        replacedBy?: string;
    }
    Index

    Properties

    deprecated: boolean

    Whether the item is deprecated

    message?: string

    Deprecation message explaining why and what to use instead

    since?: string

    Version when the item was deprecated

    removeIn?: string

    Version when the item will be removed

    replacedBy?: string

    Replacement item name/identifier