|
|
hace 1 mes | |
|---|---|---|
| app | hace 1 mes | |
| ontology | hace 1 mes | |
| tests | hace 1 mes | |
| .env.example | hace 1 mes | |
| .gitignore | hace 1 mes | |
| PROJECT.md | hace 1 mes | |
| README.md | hace 1 mes | |
| killserver.sh | hace 1 mes | |
| requirements.txt | hace 1 mes | |
| resolve_scheme.md | hace 1 mes | |
| restart.sh | hace 1 mes | |
| run.sh | hace 1 mes | |
| tests.sh | hace 1 mes |
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.