mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-09-02 12:33:20 +02:00
- Add proper support for OpenAPI parameter style and explode settings - Fix query parameter encoding for explode=false scenarios - Support form (comma-delimited), pipeDelimited, and spaceDelimited styles - Add comprehensive unit tests for all style/explode combinations - Resolves issue where arrays were always encoded as repeated parameters Co-authored-by: Jeremiah Lowin <jlowin@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_comprehensive.py | ||
| test_deepobject_style.py | ||
| test_end_to_end_compatibility.py | ||
| test_openapi_explode_parameter.py | ||
| test_openapi_features.py | ||
| test_openapi_performance.py | ||
| test_parameter_collisions.py | ||
| test_performance_comparison.py | ||
| test_server.py | ||