We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7250289 commit 8a8e14fCopy full SHA for 8a8e14f
1 file changed
src/mcp/server/streaming_asgi_transport.py
@@ -174,6 +174,7 @@ async def process_messages() -> None:
174
# Ensure events are set even if there's an error
175
initial_response_ready.set()
176
response_complete.set()
177
+ await content_send_channel.aclose()
178
179
180
# Create tasks for running the app and processing messages
0 commit comments