v4.14.2
punkpeye/fastmcpv4.14.2Aug 10, 2026by github-actions[bot]
AI Summary
Corrects the schema precedence logic for tool outputs to ensure the correct schema is used when determining result types.
Key Highlights
- Give outputSchema precedence over type/content shorthands
- Fix schema resolution logic for tool results
Full Release Notes
## [4.14.2](https://github.com/punkpeye/fastmcp/compare/v4.14.1...v4.14.2) (2026-08-10) ### Bug Fixes * **tools:** give outputSchema precedence over type/content result shorthands ([#315](https://github.com/punkpeye/fastmcp/issues/315)) ([#318](https://github.com/punkpeye/fastmcp/issues/318)) ([596a616](https://github.com/punkpeye/fastmcp/commit/596a61624ebf8cb8e700db6b68769ee70297f420))