@modelcontextprotocol/sdk
    Preparing search index...

    Interface JSONRPCNotification

    A notification which does not expect a response.

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

    Hierarchy (View Summary)

    Index

    Properties

    jsonrpc: "2.0"
    method: string
    params?: { _meta?: { [key: string]: unknown }; [key: string]: unknown }

    Type Declaration

    • [key: string]: unknown
    • Optional_meta?: { [key: string]: unknown }

      See General fields: _meta for notes on _meta usage.