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

    MCP-specific context information

    interface MCPContext {
        getRequest(): MCPRequest;
        getOperationName(): string;
        getType(): MCPContextType;
        getData<T = unknown>(key: string): T | undefined;
        setData<T = unknown>(key: string, value: T): void;
    }

    Implemented by

    Index

    Methods