We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b08f20 commit 15bd2dcCopy full SHA for 15bd2dc
src/types.ts
@@ -162,7 +162,7 @@ export const EmptyResultSchema = ResultSchema.strict();
162
* A client MUST NOT attempt to cancel its `initialize` request.
163
*/
164
export const CancelledNotificationSchema = NotificationSchema.extend({
165
- method: z.literal("cancelled"),
+ method: z.literal("notifications/cancelled"),
166
params: BaseNotificationParamsSchema.extend({
167
/**
168
* The ID of the request to cancel.
0 commit comments