Noticed this on our project Kaiden via openkaiden/kaiden#2613 and pr here which tags the mcp sdk 1.29 which fixes it openkaiden/kaiden#2615
It seems something about the mcp 2.0.0 https://pypi.org/project/mcp/ sdk changed an import that is used by this project
1:36:55 PM [main] from mcp_server_milvus.server import main File "/Users/bmahabir/.cache/uv/archive-v0/Jskekawu-0FbF4Aj-7Fyl/lib/python3.11/site-packages/mcp_server_milvus/server.py", line 6, in <module> from mcp.server.fastmcp import Context, FastMCP ModuleNotFoundError: No module named 'mcp.server.fastmcp'
here is the relevant log could be an import change on what of the sub modules
Noticed this on our project Kaiden via openkaiden/kaiden#2613 and pr here which tags the mcp sdk 1.29 which fixes it openkaiden/kaiden#2615
It seems something about the mcp 2.0.0 https://pypi.org/project/mcp/ sdk changed an import that is used by this project
1:36:55 PM [main] from mcp_server_milvus.server import main File "/Users/bmahabir/.cache/uv/archive-v0/Jskekawu-0FbF4Aj-7Fyl/lib/python3.11/site-packages/mcp_server_milvus/server.py", line 6, in <module> from mcp.server.fastmcp import Context, FastMCP ModuleNotFoundError: No module named 'mcp.server.fastmcp'here is the relevant log could be an import change on what of the sub modules