@modelcontextprotocol/ext-apps - v1.1.2
    Preparing search index...

    Variable McpUiToolCancelledNotificationSchemaConst

    McpUiToolCancelledNotificationSchema: ZodObject<
        {
            method: ZodLiteral<"ui/notifications/tool-cancelled">;
            params: ZodObject<{ reason: ZodOptional<ZodString> }, $strip>;
        },
        $strip,
    > = ...

    Notification that tool execution was cancelled (Host -> View). Host MUST send this if tool execution was cancelled for any reason (user action, sampling error, classifier intervention, etc.).