mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-09-01 20:13:19 +02:00
- Fix race condition in StdioTransport.connect() where concurrent calls would fail - Previously, if connect() was called while another connection was in progress, it would return None immediately instead of waiting for completion - Now concurrent calls wait for the existing connection to complete - Add comprehensive test for concurrent stdio transport connections - Resolves issue where parallel calls resulted in 'Received request before initialization was complete' errors Fixes #1625 Co-authored-by: Jeremiah Lowin <jlowin@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| auth | ||
| transports | ||
| __init__.py | ||
| test_client.py | ||
| test_elicitation.py | ||
| test_logs.py | ||
| test_notifications.py | ||
| test_openapi_experimental.py | ||
| test_openapi_legacy.py | ||
| test_progress.py | ||
| test_roots.py | ||
| test_sampling.py | ||
| test_sse.py | ||
| test_stdio.py | ||
| test_stdio_concurrent_fix.py | ||
| test_streamable_http.py | ||