@modelcontextprotocol/sdk
    Preparing search index...

    Type Alias JSONRPCMessageInternal

    JSONRPCMessage:
        | JSONRPCRequest
        | JSONRPCNotification
        | JSONRPCResponse
        | JSONRPCError

    Refers to any valid JSON-RPC object that can be decoded off the wire, or encoded to be sent.