fastmcp/tests/experimental/openapi_parser
claude[bot] 638111990d Mark test_github_api_schema_performance as integration test
This test makes external HTTP requests to GitHub and is subject to
network latency, causing CI timeouts. Marking it as an integration test
excludes it from default test runs while keeping it available for
explicit integration testing.

Co-authored-by: William Easton <strawgate@users.noreply.github.com>
2025-10-24 20:59:55 +00:00
..
server Mark test_github_api_schema_performance as integration test 2025-10-24 20:59:55 +00:00
utilities Fix nullable enum validation in OpenAPI converter (#2093) 2025-10-15 06:30:30 -07:00
__init__.py Clean up complexity from PR #1426 (#1435) 2025-08-10 21:55:17 -04:00
conftest.py Clean up complexity from PR #1426 (#1435) 2025-08-10 21:55:17 -04:00
README.md Clean up complexity from PR #1426 (#1435) 2025-08-10 21:55:17 -04:00

OpenAPI Parser Experiment

Performance-optimized OpenAPI parser with better transitive reference resolution.

Enabled via experimental.enable_new_openapi_parser = True