NestJS MCP - v1.0.1
    Preparing search index...
    interface MCPNotification {
        jsonrpc: "2.0";
        method: string;
        params?: JSONObject;
    }
    Index

    Properties

    jsonrpc: "2.0"
    method: string
    params?: JSONObject