Variable McpUiToolInputNotificationSchemaConst
McpUiToolInputNotificationSchema: ZodObject<
{
method: ZodLiteral<"ui/notifications/tool-input">;
params: ZodObject<
{ arguments: ZodOptional<ZodRecord<ZodString, ZodUnknown>> },
$strip,
>;
},
$strip,
> = ...
Description
Notification containing complete tool arguments (Host -> Guest UI).