We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8644859 commit 0d3adf2Copy full SHA for 0d3adf2
fastapi_mcp/openapi/utils.py
@@ -27,6 +27,7 @@ def resolve_schema_references(
27
Args:
28
schema_part: The part of the schema being processed that may contain references
29
reference_schema: The complete schema used to resolve references from
30
+ seen: A set of already seen references to avoid infinite recursion
31
32
Returns:
33
The schema with references resolved
0 commit comments