Skip to content

Commit be40a3e

Browse files
fix: small typo
1 parent e6760af commit be40a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/shared/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ async def _receive_loop(self) -> None:
382382
except Exception as e:
383383
# For other validation errors, log and continue
384384
logging.warning(
385-
"Failed to validate notification: %s. " "Message was: %s",
385+
"Failed to validate notification: %s. Message was: %s",
386386
e,
387387
message.message.root,
388388
)

0 commit comments

Comments
 (0)