FROM python:3.12-slim
LABEL org.opencontainers.image.source=https://github.com/sandeep-alluru/normsync
LABEL org.opencontainers.image.description="World constitution engine for norm-governed multi-agent games"
LABEL org.opencontainers.image.licenses=MIT

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

ENTRYPOINT ["normsync-mcp"]
