fastmcp/tests/client/tasks
Chris Guidry 47d3044b06 Remove enable_docket setting; Docket is now always on
Docket provides background task execution and is now always available
for all FastMCP servers. Only `enable_tasks` remains to control the
SEP-1686 task protocol support.

Changes:
- Remove `enable_docket` setting and related validation
- Docket/Worker lifecycle is always active in server lifespan
- CurrentDocket and CurrentWorker dependencies work without config
- Add server readiness signaling via `_started` event
- Fix test timing issues with proper port probing

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-05 11:40:04 -05:00
..
conftest.py Remove enable_docket setting; Docket is now always on 2025-12-05 11:40:04 -05:00
test_client_prompt_tasks.py [2.14] SEP-1686 tasks (#2378) 2025-12-04 20:10:35 -05:00
test_client_resource_tasks.py [2.14] SEP-1686 tasks (#2378) 2025-12-04 20:10:35 -05:00
test_client_task_notifications.py [2.14] SEP-1686 tasks (#2378) 2025-12-04 20:10:35 -05:00
test_client_task_protocol.py [2.14] SEP-1686 tasks (#2378) 2025-12-04 20:10:35 -05:00
test_client_tool_tasks.py [2.14] SEP-1686 tasks (#2378) 2025-12-04 20:10:35 -05:00
test_task_context_validation.py [2.14] SEP-1686 tasks (#2378) 2025-12-04 20:10:35 -05:00
test_task_result_caching.py [2.14] SEP-1686 tasks (#2378) 2025-12-04 20:10:35 -05:00