Python FastMCP server scaffold for the atlas2 resolution flow.
resolve()resolve() is intentionally stubbed and returns: { "status": "ok" }1) Create config:
cp .env.example .env
2) Install dependencies:
pip install -r requirements.txt
3) Start:
./run.sh
Server runs on port 8550 and mounts the MCP endpoint at /mcp.