Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/specification/draft/schema.mdx

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions schema/draft/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions schema/draft/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,11 +210,6 @@ export interface CancelledNotificationParams extends NotificationParams {
*/
requestId?: RequestId;

/**
* Deprecated: Use the `tasks/cancel` request instead of this notification for task cancellation.
*/
taskId?: string;

/**
* An optional string describing the reason for the cancellation. This MAY be logged or presented to the user.
*/
Expand Down