File size: 577 Bytes
0a743f9 d69447e 0a743f9 d69447e 0a743f9 d69447e 6e19333 d69447e 0a743f9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
# ============================================================================ # FleetMind MCP Server - HuggingFace Space (Track 1) # MCP-1st-Birthday Hackathon - Building MCP Servers # ============================================================================ # Core MCP Framework fastmcp>=0.3.0 pydantic>=2.8.2 # Database psycopg2-binary>=2.9.9 # API Clients googlemaps>=4.10.0 # Utilities python-dotenv>=1.0.0 # Development & Testing (optional - not needed for HF Space deployment) # pytest>=8.0.0 # pytest-asyncio>=0.23.0 # mypy>=1.8.0 # black>=24.0.0 # ruff>=0.1.0 |