v3.16.0
punkpeye/fastmcpv3.16.0Sep 8, 2025by github-actions[bot]
AI Summary
This release (v3.16.0) adds the ability to access client details during tool execution, allowing developers to retrieve information about the client making the tool call. It appears to be a minor feature enhancement with no breaking changes.
Key Highlights
- Client details are now exposed within tool execution context
- Tools can now access information about the calling client
- Implementation addresses feature request #171
New Features
- Expose client details within tool execution
Full Release Notes
# [3.16.0](https://github.com/punkpeye/fastmcp/compare/v3.15.2...v3.16.0) (2025-09-08) ### Features * expose client details within tool execution ([#171](https://github.com/punkpeye/fastmcp/issues/171)) ([#173](https://github.com/punkpeye/fastmcp/issues/173)) ([b36b27c](https://github.com/punkpeye/fastmcp/commit/b36b27cef5abfc52eb96e941ef82257eda3cd074))