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
fix: migrate from mcp[cli] to standalone fastmcp package for fastmcp.cloud compatibility
Changes:
- Update pyproject.toml: Replace mcp[cli]>=1.3.0 with fastmcp>=2.0.0
- Update server.py: Change import from mcp.server.fastmcp to fastmcp
This fixes the pre-flight check failure on fastmcp.cloud deployment.
The platform requires the standalone fastmcp package, not the official
MCP SDK's FastMCP wrapper.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments