Variable McpUiSizeChangedNotificationSchemaConst
McpUiSizeChangedNotificationSchema: ZodObject<
{
method: ZodLiteral<"ui/notifications/size-changed">;
params: ZodObject<
{ height: ZodOptional<ZodNumber>; width: ZodOptional<ZodNumber> },
$strip,
>;
},
$strip,
> = ...
Description
Notification of UI size changes (bidirectional: Guest <-> Host).
See
app.App.sendSizeChanged for the method to send this from Guest UI