Skip to content

Commit 3f33c7d

Browse files
committed
SEP-2663: Specify cancellation notifications don't cancel tasks
1 parent 5324be3 commit 3f33c7d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/seps/2663-tasks-extension.mdx

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

seps/2663-tasks-extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ The `resultType` field **MUST** be set to `"complete"` on `UpdateTaskResult` as
460460

461461
### Task Cancellation
462462

463-
A client sends a `tasks/cancel` request to signal its intent to cancel an in-progress task.
463+
A client sends a `tasks/cancel` request to signal its intent to cancel an in-progress task. The `notifications/cancelled` notification **MUST NOT** be used for task cancellation.
464464

465465
#### Request
466466

0 commit comments

Comments
 (0)