@modelcontextprotocol/ext-apps - v0.2.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 (bidirectional: Guest <-> Host).

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