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 (View -> Host).
See
App.sendSizeChangedfor the method to send this from View