fastmcp/tests
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
..
cli feat: Add --workspace flag to fastmcp install cursor (#1522) 2025-08-19 15:38:55 -04:00
client Remove trailing slash in unit tests (#1535) 2025-08-18 08:10:46 -04:00
contrib Add comprehensive OAuth 2.1 authentication system with WorkOS integration (#1327) 2025-08-01 17:06:55 -04:00
deprecated Fix breaking change: restore output_schema=False compatibility (#1482) 2025-08-13 18:07:50 -04:00
experimental fix: handle explode parameter in experimental OpenAPI parser 2025-08-19 19:56:43 +00:00
integration_tests Add OAuth proxy that allows authentication with social IDPs without DCR support (#1434) 2025-08-18 13:39:58 -04:00
prompts Add meta parameter support to tools, resources, templates, and prompts decorators (#1294) 2025-07-29 17:16:05 -04:00
resources Ensure resource + template names are properly prefixed when importing/mounting (#1423) 2025-08-08 21:29:07 -04:00
server Add OAuth proxy that allows authentication with social IDPs without DCR support (#1434) 2025-08-18 13:39:58 -04:00
tools Add mounted_components_raise_on_load_error setting for debugging (#1534) 2025-08-18 13:42:33 -04:00
utilities Ensure resource + template names are properly prefixed when importing/mounting (#1423) 2025-08-08 21:29:07 -04:00
__init__.py Update type handling for resources 2024-11-29 19:42:46 -05:00
conftest.py Run integration tests as separate CI job on Ubuntu only 2025-07-19 15:21:34 -04:00
test_examples.py Fix single-element list unwrapping in tool content 2025-07-07 12:07:16 -04:00
test_mcp_config.py Improve stdio and mcp_config clean-up (#1444) 2025-08-15 11:03:44 -04:00