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.
progressToken
1 parent f02952a commit bcf9862Copy full SHA for bcf9862
src/types.ts
@@ -338,7 +338,7 @@ export const ProgressNotificationSchema = NotificationSchema.extend({
338
/**
339
* The progress token which was given in the initial request, used to associate this notification with the request that is proceeding.
340
*/
341
- progressToken: z.optional(ProgressTokenSchema),
+ progressToken: ProgressTokenSchema,
342
}),
343
});
344
0 commit comments