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

    Variable McpUiSizeChangedNotificationSchemaConst

    McpUiSizeChangedNotificationSchema: ZodObject<
        {
            method: ZodLiteral<"ui/notifications/size-changed">;
            params: ZodObject<
                { height: ZodOptional<ZodNumber>; width: ZodOptional<ZodNumber> },
                $strip,
            >;
        },
        $strip,
    > = ...

    Notification of UI size changes (View -> Host).

    App.sendSizeChanged for the method to send this from View