NestJS MCP - v1.0.1
    Preparing search index...
    interface MCPRequest<P = JSONObject> {
        jsonrpc: "2.0";
        id: string | number;
        method: string;
        params?: P;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    jsonrpc: "2.0"
    id: string | number
    method: string
    params?: P