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