Skip to content

v4.0.2: Root Access

Latest

Choose a tag to compare

@zzstoatzz zzstoatzz released this 02 Sep 23:27
· 2 commits to main since this release
8d52974

ClientGroup is now importable from the package root, from fastmcp import ClientGroup, with the same lazy export and install hint as Client, so integrations no longer couple to FastMCP's internal module layout.

What's Changed

Enhancements ✨

  • Expose ClientGroup from package root by @jlowin in #4987
  • skills: add release skill with changelog entry helper by @zzstoatzz in #4982

Fixes 🐞

Docs 📚

  • docs: note the 4.0.1 floor for ClientGroup reentrancy by @zzstoatzz in #4980
  • docs: link the GA announcement and blog from What's New by @zzstoatzz in #4984

Other Changes 🦾

Full Changelog: v4.0.1...v4.0.2