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: escape <1 in changelog so MDX parses by @zzstoatzz in #4978
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 🦾
- docs: add v4.0.2 changelog entries by @zzstoatzz in #4990
Full Changelog: v4.0.1...v4.0.2