mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-27 07:50:43 +02:00
Three review fixes. A Docket worker may reuse an asyncio context across tasks, so snapshot restore now always resets auth and headers to the current task's state — an anonymous task following an authenticated one no longer inherits the prior caller's identity. A stalled in-task elicitation handler is now bounded by the call's remaining timeout, like polling and sleeps. And call_tool_task takes a version= to task a specific component version rather than the highest. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| conftest.py | ||
| test_client_tool_tasks.py | ||
| test_poll_interval.py | ||
| test_transparent_tasks.py | ||