xsecuremcp / src /fastmcp /utilities /json_schema.py

Commit History

Optimize OpenAPI parser performance with single-pass schema processing (#1214)
9e0a59f
unverified

Jeremiah Lowin commited on

Introduce experimental OpenAPI parser with improved performance and maintainability (#1209)
8c5bdf2
unverified

Jeremiah Lowin commited on

fix: save reference when using allOf / oneOf / anyOf (#1208)
a024e03
unverified

Algirdas Čičinskas commited on

Fix max recursion error when pruning OpenAPI definitions (#1092)
cb2e1c5
unverified

dimitribarbot commited on

openapi: Improve pruning of unused defs
5d9b56c

owtaylor commited on

Remove extra copy
36d32e2

Jeremiah Lowin commited on

prune titles from jsonschemas
db72e0c

Jeremiah Lowin commited on

Ensure openapi defs are loaded
5050a56

Jeremiah Lowin commited on

Replace custom parsing with TypeAdapter
388409a

Jeremiah Lowin commited on