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 30149e3 commit 8907936Copy full SHA for 8907936
src/mcp/types.py
@@ -1012,7 +1012,7 @@ class CancelledNotificationParams(NotificationParams):
1012
1013
1014
class CancelledNotification(
1015
- Notification[NotificationParams, Literal["notifications/cancelled"]]
+ Notification[CancelledNotificationParams, Literal["notifications/cancelled"]]
1016
):
1017
"""
1018
This notification can be sent by either side to indicate that it is cancelling a
0 commit comments