# Day-4 MCP tool-building lab Python dependencies.
#
# MCP Python SDK (v1.x stable — 2025-11-25 spec).
# FastMCP server (SSE transport) + SSE client are both included in the mcp package.
# uvicorn, httpx, starlette, anyio are transitive deps pulled in by mcp automatically.
mcp>=1.9,<2

# HTTP client used by mcp_soc_demo.py for Ollama API calls.
# Also pulled in by the mcp package — listed here for clarity.
httpx>=0.27.0

# Terminal output formatting (tables, panels).
rich>=13.7.0
