fastmcp/tests/experimental
marvin-context-protocol[bot] 87482faf8d fix: handle explode parameter in experimental OpenAPI parser
- 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>
2025-08-19 19:56:43 +00:00
..
openapi_parser fix: handle explode parameter in experimental OpenAPI parser 2025-08-19 19:56:43 +00:00
__init__.py Introduce experimental OpenAPI parser with improved performance and maintainability (#1209) 2025-07-21 16:17:36 -04:00
README.md Clean up complexity from PR #1426 (#1435) 2025-08-10 21:55:17 -04:00

Experimental Tests

Each directory in this folder tests a discrete experimental feature. The directory structure within each experiment should approximate the "normal" test directory structure to facilitate moving tests into place once/if the experiment is merged into the main codebase.