NestJS MCP - v1.0.1
    Preparing search index...
    interface MCPResponse {
        jsonrpc: "2.0";
        id: string | number;
        result?: unknown;
        error?: MCPError;
    }

    Hierarchy (View Summary)

    Index

    Properties

    jsonrpc: "2.0"
    id: string | number
    result?: unknown
    error?: MCPError