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 76d2e78 commit 802896fCopy full SHA for 802896f
src/mcp/server/lowlevel/server.py
@@ -609,7 +609,7 @@ async def _handle_notification(self, notify: Any):
609
try:
610
await handler(notify)
611
except Exception as err:
612
- logger.error("Uncaught exception in notification handler: %s", err)
+ logger.exception("Uncaught exception in notification handler")
613
614
615
async def _ping_handler(request: types.PingRequest) -> types.ServerResult:
0 commit comments