fix: add missing fastmcp dependency to resolve CI test failures

- Add fastmcp>=3.4.0 to requirements.txt
- Fixes ModuleNotFoundError: No module named 'mcp'
- Resolves CI test failures in compute routes tests
This commit is contained in:
YueGuobin 2026-06-05 12:32:27 +08:00
parent a056fa3450
commit b415ae0af6
No known key found for this signature in database

View File

@ -31,6 +31,9 @@ typing-extensions>=4.15.0
requests>=2.34.2
urllib3>=2.7.0
# MCP (Model Context Protocol) dependencies
fastmcp>=3.4.0
# ==============================================================================
# AI Copilot Optional Dependencies
# ==============================================================================