@modelcontextprotocol/sdk
    Preparing search index...

    Interface JSONRPCError

    A response to a request that indicates an error occurred.

    interface JSONRPCError {
        error: Error;
        id: RequestId;
        jsonrpc: "2.0";
    }
    Index

    Properties

    Properties

    error: Error
    jsonrpc: "2.0"