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

    Metadata for MCP tool

    interface MCPToolMetadata {
        name: string;
        description: string;
        schema?: ZodObject<
            ZodRawShape,
            UnknownKeysParam,
            ZodTypeAny,
            { [key: string]: any },
            { [key: string]: any },
        >;
        version?: string;
        deprecation?: DeprecationInfo;
    }

    Hierarchy (View Summary)

    Index

    Properties

    name: string
    description: string
    schema?: ZodObject<
        ZodRawShape,
        UnknownKeysParam,
        ZodTypeAny,
        { [key: string]: any },
        { [key: string]: any },
    >

    Zod schema for validating tool input parameters If provided, this will be used for runtime validation and JSON Schema generation

    version?: string

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

    deprecation?: DeprecationInfo

    Deprecation information