@modelcontextprotocol/ext-apps - v1.1.2
    Preparing search index...

    Interface McpUiInitializedNotification

    Notification that View has completed initialization (View -> Host).

    App.connect for the method that sends this notification

    interface McpUiInitializedNotification {
        method: "ui/notifications/initialized";
        params?: {};
    }
    Index

    Properties

    Properties

    method: "ui/notifications/initialized"
    params?: {}