Không có mô tả

Lukas Goldschmidt 6d58e75824 storage bug fixed 1 tháng trước cách đây
app 6d58e75824 storage bug fixed 1 tháng trước cách đây
ontology 00c5616db0 initial commit, scaffolding 1 tháng trước cách đây
tests 45e98ebd9c basic pipeline 1 tháng trước cách đây
.env.example 00c5616db0 initial commit, scaffolding 1 tháng trước cách đây
.gitignore 00c5616db0 initial commit, scaffolding 1 tháng trước cách đây
PROJECT.md 00c5616db0 initial commit, scaffolding 1 tháng trước cách đây
README.md 00c5616db0 initial commit, scaffolding 1 tháng trước cách đây
killserver.sh 00c5616db0 initial commit, scaffolding 1 tháng trước cách đây
requirements.txt 00c5616db0 initial commit, scaffolding 1 tháng trước cách đây
resolve_scheme.md 00c5616db0 initial commit, scaffolding 1 tháng trước cách đây
restart.sh 00c5616db0 initial commit, scaffolding 1 tháng trước cách đây
run.sh 6d58e75824 storage bug fixed 1 tháng trước cách đây
tests.sh 00c5616db0 initial commit, scaffolding 1 tháng trước cách đây

README.md

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:

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.