# atlas2-mcp Python FastMCP server scaffold for the *atlas2* resolution flow. ## Current status (v0) - Exposes **one tool**: `resolve()` - `resolve()` is intentionally stubbed and returns: `{ "status": "ok" }` - SPARQL/Virtuoso integration is scaffolded and prepared for the next iteration. ## How to run 1) Create config: ```bash cp .env.example .env ``` 2) Install dependencies: ```bash pip install -r requirements.txt ``` 3) Start: ```bash ./run.sh ``` Server runs on **port 8550** and mounts the MCP endpoint at **`/mcp`**.