@modelcontextprotocol/sdk
    Preparing search index...

    Interface NotificationInternal

    interface Notification {
        method: string;
        params?: { _meta?: { [key: string]: unknown }; [key: string]: unknown };
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    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.