# Core MCP framework fastmcp>=2.0.0 # HTTP client for network tools httpx # Async file operations aiofiles # File monitoring for watch_files tool watchdog # Git operations GitPython # Process and system management psutil # Enhanced CLI output rich # Data validation pydantic # Optional dependencies for specific features # Uncomment as needed: # Testing # pytest # pytest-asyncio # Code formatting # black # Linting # flake8 # pylint # Test coverage # coverage # Documentation generation # sphinx # mkdocs # Archive handling # py7zr # For 7z support