mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-20 12:34:17 +02:00
* Fix OpenAPI deepObject style parameter encoding Add support for deepObject style with explode=true to properly serialize object parameters using bracket notation (param[key]=value) instead of JSON strings. Fixes #1114. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * Create README_OPENAPI.md --------- Co-authored-by: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| conftest.py | ||
| test_advanced_behavior.py | ||
| test_basic_functionality.py | ||
| test_configuration.py | ||
| test_deepobject_style.py | ||
| test_description_propagation.py | ||
| test_explode_integration.py | ||
| test_openapi_compatibility.py | ||
| test_openapi_path_parameters.py | ||
| test_parameter_collisions.py | ||
| test_route_map_fn.py | ||