You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Given the breaking changes from 2.6 to 2.7, what's the recommended approach for MCP servers built on FastMCP?
Currently I had to limit my dependency to
fastmcp>=2.3.4,<2.7.0
.But if I work to add support for 2.7.0, it sounds like I would need to require
fastmcp>=2.7.0,<2.8.0
.Is that what you recommend, or is there a way to enable broad coverage for 2.6.x and 2.7.x?
Beta Was this translation helpful? Give feedback.
All reactions