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

    Interface McpUiSizeChangedNotification

    Notification of UI size changes (bidirectional: Guest <-> Host).

    app.App.sendSizeChanged for the method to send this from Guest UI

    interface McpUiSizeChangedNotification {
        method: "ui/notifications/size-changed";
        params: { height?: number; width?: number };
    }
    Index

    Properties

    Properties

    method: "ui/notifications/size-changed"
    params: { height?: number; width?: number }

    Type Declaration

    • Optionalheight?: number

      New height in pixels.

    • Optionalwidth?: number

      New width in pixels.