# DcisionAI MCP Server Dependencies

# FastMCP Framework (for FastMCP Cloud deployment)
fastmcp>=2.13.0

# FastAPI (required for health endpoint and FastMCP)
fastapi>=0.104.0

# Standard MCP Protocol (for local development)
mcp>=0.1.0

# HTTP Client
aiohttp>=3.9.0

# Data Validation
pydantic>=2.0.0

# ASGI Server (for Railway deployment with health endpoint)
uvicorn>=0.24.0

# JSON Handling (built-in, but listed for clarity)
# json - built-in

