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 15bd2dc commit 1451d0eCopy full SHA for 1451d0e
src/client/index.ts
@@ -244,6 +244,10 @@ export class Client<
244
// No specific capability required for initialized
245
break;
246
247
+ case "notifications/cancelled":
248
+ // Cancellation notifications are always allowed
249
+ break;
250
+
251
case "notifications/progress":
252
// Progress notifications are always allowed
253
src/server/index.ts
@@ -157,6 +157,10 @@ export class Server<
157
}
158
159
160
161
162
163
164
165
166
0 commit comments