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 45723ea commit 6b7a616Copy full SHA for 6b7a616
src/mcp/server/session.py
@@ -175,7 +175,6 @@ async def _received_notification(
175
await anyio.lowlevel.checkpoint()
176
match notification.root:
177
case types.InitializedNotification():
178
- print("INITIALIZED")
179
self._initialization_state = InitializationState.Initialized
180
case _:
181
if self._initialization_state != InitializationState.Initialized:
0 commit comments