@modelcontextprotocol/sdk
    Preparing search index...

    Interface InitializedNotification

    This notification is sent from the client to the server after initialization has finished.

    interface InitializedNotification {
        jsonrpc: "2.0";
        method: "notifications/initialized";
        params?: { _meta?: { [key: string]: unknown }; [key: string]: unknown };
    }

    Hierarchy (View Summary)

    Index

    Properties

    jsonrpc: "2.0"
    method: "notifications/initialized"
    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.