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 efd0ffd commit 1364b7aCopy full SHA for 1364b7a
src/mcp/server/lowlevel/server.py
@@ -445,7 +445,7 @@ def cancel_notification(self):
445
def decorator(
446
func: Callable[[str | int, str | None], Awaitable[None]],
447
):
448
- logger.debug("Registering handler for ProgressNotification")
+ logger.debug("Registering handler for CancelledNotification")
449
450
async def handler(req: types.CancelledNotification):
451
await func(
0 commit comments