Skip to content

Commit 0d3adf2

Browse files
committed
add new argument to doc string
1 parent 8644859 commit 0d3adf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fastapi_mcp/openapi/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def resolve_schema_references(
2727
Args:
2828
schema_part: The part of the schema being processed that may contain references
2929
reference_schema: The complete schema used to resolve references from
30+
seen: A set of already seen references to avoid infinite recursion
3031
3132
Returns:
3233
The schema with references resolved

0 commit comments

Comments
 (0)