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

    MCP Prompt interfaces

    interface MCPPromptInfo {
        name: string;
        description?: string;
        arguments?: { name: string; description?: string; required?: boolean }[];
        version?: string;
        deprecated?: boolean;
        deprecationMessage?: string;
    }
    Index

    Properties

    name: string
    description?: string
    arguments?: { name: string; description?: string; required?: boolean }[]
    version?: string

    Version of the prompt (e.g., '1.0.0', 'v2', '2023-11-01')

    deprecated?: boolean

    Deprecation status - true if deprecated

    deprecationMessage?: string

    Deprecation message with migration guidance