mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-09-01 12:03: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> |
||
|---|---|---|
| .. | ||
| cli | ||
| client | ||
| contrib | ||
| deprecated | ||
| experimental | ||
| integration_tests | ||
| prompts | ||
| resources | ||
| server | ||
| tools | ||
| utilities | ||
| __init__.py | ||
| conftest.py | ||
| test_examples.py | ||
| test_mcp_config.py | ||