Skip to content

Commit 802896f

Browse files
samuelcolvinKludex
andauthored
Update src/mcp/server/lowlevel/server.py
Co-authored-by: Marcelo Trylesinski <[email protected]>
1 parent 76d2e78 commit 802896f

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
@@ -609,7 +609,7 @@ async def _handle_notification(self, notify: Any):
609609
try:
610610
await handler(notify)
611611
except Exception as err:
612-
logger.error("Uncaught exception in notification handler: %s", err)
612+
logger.exception("Uncaught exception in notification handler")
613613

614614

615615
async def _ping_handler(request: types.PingRequest) -> types.ServerResult:

0 commit comments

Comments
 (0)