Skip to content

Commit 8907936

Browse files
committed
More correct
1 parent 30149e3 commit 8907936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ class CancelledNotificationParams(NotificationParams):
10121012

10131013

10141014
class CancelledNotification(
1015-
Notification[NotificationParams, Literal["notifications/cancelled"]]
1015+
Notification[CancelledNotificationParams, Literal["notifications/cancelled"]]
10161016
):
10171017
"""
10181018
This notification can be sent by either side to indicate that it is cancelling a

0 commit comments

Comments
 (0)