# Pinned to 1.x: mcp 2.0.0 removed the low-level Server.list_tools() /
# Server.call_tool() decorator API that server.py uses (rev 165 crashed at
# import with AttributeError on Server.list_tools). Mirrors the pin already
# in pyproject.toml — buildpack installs from requirements.txt so both must
# agree. Followup SCK-448: migrate server.py to FastMCP and drop the cap.
mcp>=1.28.1,<2.0.0
httpx>=0.28.1
pydantic>=2.13.4
tomli-w>=1.2.0
tomli>=2.0.0
fastapi>=0.139.2
uvicorn>=0.27.0
starlette>=1.3.1
sse-starlette>=1.8.0
