# MCP Server Requirements

# MCP SDK v2
mcp>=2.2.0,<3

# For running as a standalone server
uvicorn>=0.20.0
fastapi>=0.100.0

# For HTTP requests in tests
requests>=2.34.0

# For development and testing
pytest>=7.0.0
pytest-asyncio>=0.21.0
