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 cae32e2 commit 58745c7Copy full SHA for 58745c7
examples/servers/simple-streamablehttp-stateless/mcp_simple_streamablehttp_stateless/server.py
@@ -148,10 +148,6 @@ async def run_server():
148
# Start server task
149
task_group.start_soon(run_server)
150
151
- # Small delay to allow the server task to start
152
- # This helps prevent race conditions in stateless mode
153
- await anyio.sleep(0.001)
154
-
155
# Handle the HTTP request and return the response
156
await http_transport.handle_request(scope, receive, send)
157
0 commit comments