# FastTransfer MCP Server Dependencies

# MCP SDK for building Model Context Protocol servers
mcp>=1.0.0

# Environment variable management
python-dotenv>=1.0.0

# Data validation and settings management
pydantic>=2.0.0

# Testing framework
pytest>=8.0.0
pytest-asyncio>=0.21.0
pytest-cov>=4.1.0
pytest-mock>=3.11.0
