@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?: NotificationParams;
    }

    Hierarchy (View Summary)

    Index

    Properties

    jsonrpc: "2.0"
    method: "notifications/initialized"