@modelcontextprotocol/sdk
    Preparing search index...

    Interface JSONRPCResponse

    A successful (non-error) response to a request.

    interface JSONRPCResponse {
        id: RequestId;
        jsonrpc: "2.0";
        result: Result;
    }
    Index

    Properties

    Properties

    jsonrpc: "2.0"
    result: Result