@modelcontextprotocol/sdk
    Preparing search index...

    Interface JSONRPCNotification

    A notification which does not expect a response.

    interface JSONRPCNotification {
        jsonrpc: "2.0";
        method: string;
        params?: { [key: string]: any };
    }

    Hierarchy (View Summary)

    Index

    Properties

    jsonrpc: "2.0"
    method: string
    params?: { [key: string]: any }