# MCP Server Dependencies # Model Context Protocol mcp>=0.9.0 # Anthropic SDK anthropic>=0.40.0 # FastAPI & SSE fastapi>=0.104.0 sse-starlette>=1.8.0 uvicorn[standard]>=0.24.0 # HTTP Client httpx>=0.25.0 aiohttp>=3.9.0 # Atlassian Integrations atlassian-python-api>=3.41.0 # Encryption cryptography>=42.0.0 # Async Task Queue (for worker pool) celery[redis]>=5.3.0 # Caching redis>=5.0.0 # Environment Variables python-dotenv>=1.0.0 # Database aiosqlite>=0.19.0 # Logging structlog>=23.2.0