mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-24 14:34:17 +02:00
* Normalize OpenAPI $ref everywhere (incl. propertyNames); migrate components→$defs; add regression test * Fix: normalize $ref in propertyNames and additionalProperties; add regression test * Deterministic migration: components.schemas override $defs on collision; preserve direct $defs refs via alias; add collision test * Fix: rewrite $ref in propertyNames and patternProperties in _replace_ref_with_defs * Fix syntax error, formatting, and stray files * Skip boolean subschemas in patternProperties --------- Co-authored-by: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| json_schema_type | ||
| openapi | ||
| __init__.py | ||
| test_auth.py | ||
| test_cli.py | ||
| test_components.py | ||
| test_inspect.py | ||
| test_json_schema.py | ||
| test_logging.py | ||
| test_skills.py | ||
| test_tests.py | ||
| test_typeadapter.py | ||
| test_types.py | ||
| test_version_check.py | ||