Variable McpUiToolInputNotificationSchemaConst Internal
McpUiToolInputNotificationSchema: ZodObject<
{
method: ZodLiteral<"ui/notifications/tool-input">;
params: ZodObject<
{ arguments: ZodOptional<ZodRecord<ZodString, ZodUnknown>> },
$strip,
>;
},
$strip,
> = ...
Runtime validation schema for McpUiToolInputNotification.