FROM python:3.12-slim
LABEL org.opencontainers.image.source=https://github.com/sandeep-alluru/rulegraph
LABEL org.opencontainers.image.description="Natural-language rulebook compiler for game arbitration"
LABEL org.opencontainers.image.licenses=MIT

RUN pip install --no-cache-dir "rulegraph[mcp]"

ENTRYPOINT ["rulegraph-mcp"]
