mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-25 23:14:17 +02:00
Added comprehensive elicitation support including: - Client-side handler infrastructure following sampling pattern - Server-side Context.elicit() method with type safety and validation - Support for primitive types (str, int, float, bool) with automatic wrapping - Support for dataclasses and other complex types - Pattern matching with AcceptedElicitation, DeclinedElicitation, CancelledElicitation - Comprehensive atomic test coverage for all scenarios 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_client.py | ||
| test_elicitation.py | ||
| test_logs.py | ||
| test_openapi.py | ||
| test_progress.py | ||
| test_roots.py | ||
| test_sampling.py | ||
| test_sse.py | ||
| test_stdio.py | ||
| test_streamable_http.py | ||