Skip to content

Commit ed7ca7c

Browse files
authored
Update src/mcp/server/lowlevel/server.py
1 parent 802896f commit ed7ca7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/server/lowlevel/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ async def _handle_notification(self, notify: Any):
608608

609609
try:
610610
await handler(notify)
611-
except Exception as err:
611+
except Exception:
612612
logger.exception("Uncaught exception in notification handler")
613613

614614

0 commit comments

Comments
 (0)