fastmcp/tests/client
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
..
auth Exclude MCP SDK 1.21.1 and update OAuth client tests 2025-11-15 12:21:15 -05:00
tasks Remove enable_docket setting; Docket is now always on 2025-12-05 11:40:04 -05:00
transports Allow OAuth instance to use the same httpx factory as the Transport (#2324) 2025-11-04 12:14:28 -05:00
__init__.py clean up test inits 2025-05-31 19:32:08 -04:00
test_client.py [2.14] SEP-1686 tasks (#2378) 2025-12-04 20:10:35 -05:00
test_elicitation.py Add SEP-1034 default values support for elicitation (#2545) 2025-12-04 10:43:48 -05:00
test_logs.py Fix log handler to accept any JSON-serializable data type (#2102) 2025-10-15 10:20:04 -07:00
test_notifications.py Add structured content & update almost all tests 2025-06-27 15:40:52 -04:00
test_oauth_callback_xss.py Escape all HTML to prevent XSS attack (#2090) 2025-10-14 12:30:21 -07:00
test_openapi.py Switch to new OpenAPI parser as default (#2513) 2025-12-01 20:29:18 -05:00
test_progress.py Remove empty parens 2025-06-04 15:37:55 -04:00
test_roots.py Add structured content & update almost all tests 2025-06-27 15:40:52 -04:00
test_sampling.py Update FastMCP for MCP SDK 1.23.1 auth changes 2025-12-03 11:50:08 -05:00
test_sse.py 2.14 deprecation removals (#2329) 2025-12-01 14:11:00 -05:00
test_stdio.py feat: expose errlog on stdio transport (#1991) 2025-10-11 18:33:06 -04:00
test_streamable_http.py Bump ty to ==0.0.1a25 (#2350) 2025-11-02 20:02:45 -05:00