# MCP Server Core
mcp>=1.0.0

# SSH and Async Support
asyncssh>=2.14.0
asyncio-mqtt>=0.13.0

# Utilities
python-dotenv>=1.0.0
typing-extensions>=4.8.0
pydantic>=2.0.0

# Testing
pytest>=7.4.0
pytest-asyncio>=0.21.0
pytest-mock>=3.11.0

# Development
black>=23.0.0
isort>=5.12.0
mypy>=1.5.0