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 eca75ea commit 6faa20dCopy full SHA for 6faa20d
src/mcp/server/streamable_http.py
@@ -900,4 +900,4 @@ async def message_router():
900
await write_stream.aclose()
901
except Exception as e:
902
# During cleanup, we catch all exceptions since streams might be in various states
903
- logger.debug(f"Error closing streams: {e}")
+ logger.debug(f"Error closing streams: {e}")
0 commit comments