PR #2861 backported dereference_refs() to v2 but never wired it into the tool schema pipeline — $ref and $defs were still sent to MCP clients. Now fixed: compress_schema() dereferences at both tool schema creation sites, so schemas are fully inlined before reaching clients.
What's Changed
Fixes 🐞
- Updated deprecation URL for V2 by @SrzStephen in #3109
- Use MemoryStore for OAuth proxy tests by @SrzStephen in #3111
- fix: wire up dereference_refs() in tool schema pipeline by @jlowin in #3170
Full Changelog: v2.14.5...v2.14.6