@modelcontextprotocol/ext-apps - v0.2.2
    Preparing search index...

    Interface McpUiInitializedNotification

    Notification that Guest UI has completed initialization (Guest UI -> Host).

    app.App.connect for the method that sends this notification

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

    Properties

    Properties

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