# mcp wrapper requirements
# install with: pip install -r mcp/requirements.txt

# core mcp implementation
fastmcp>=0.1.0

# synqed dependencies (already in parent requirements.txt)
# - aiohttp
# - httpx
# - pydantic
# - python-dotenv

# optional: for development
# - pytest
# - pytest-asyncio

