Commit 8136002
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]>1 parent a7bcd18 commit 8136002
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments