From c6290221597007322d238c3c460913dc3350ec2b Mon Sep 17 00:00:00 2001 From: Ido Salomon Date: Wed, 10 Dec 2025 02:31:59 +0200 Subject: [PATCH] fix: ui/tool-cancelled -> ui/notifications/tool-cancelled --- specification/draft/apps.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/draft/apps.mdx b/specification/draft/apps.mdx index 112fea5c..8ceae01d 100644 --- a/specification/draft/apps.mdx +++ b/specification/draft/apps.mdx @@ -586,12 +586,12 @@ Guest UI behavior (optional): Host MUST send this notification when tool execution completes (if UI is displayed during tool execution). -`ui/tool-cancelled` - Tool execution was cancelled +`ui/notifications/tool-cancelled` - Tool execution was cancelled ```typescript { jsonrpc: "2.0", - method: "ui/tool-cancelled", + method: "ui/notifications/tool-cancelled", params: { reason: string }