# Umran MCP Server — runtime dependencies.
# Install: pip install -r mcp_server/requirements.txt

# Model Context Protocol SDK (fastmcp + transports + Pydantic schemas).
mcp[cli]>=1.0,<2.0

# HTTP client used to talk to the Umran backend REST API.
httpx>=0.28,<1.0

# Pydantic — Annotated[..., Field(...)] schema metadata for tool inputs.
pydantic>=2.7,<3.0
