v4.5.0

punkpeye/fastmcpv4.5.0Jul 15, 2026by github-actions[bot]

AI Summary

This release allows resources and prompts to load with client context, including client info, logs, and session details for better tracking.

Key Highlights

  • Pass load context (client info, log, session) to resource and prompt load()
  • Closes issue #173 regarding context passing
  • Improves debugging and tracking of resources and prompts

New Features

  • Pass load context to resource and prompt load()

Full Release Notes

# [4.5.0](https://github.com/punkpeye/fastmcp/compare/v4.4.0...v4.5.0) (2026-07-15)


### Features

* pass load context (client info, log, session) to resource and prompt load() ([#292](https://github.com/punkpeye/fastmcp/issues/292)) ([f7477df](https://github.com/punkpeye/fastmcp/commit/f7477df293adc6830ebafdffae09a4f04f26caeb)), closes [#173](https://github.com/punkpeye/fastmcp/issues/173)