FROM python:3.12-slim
LABEL org.opencontainers.image.source=https://github.com/sandeep-alluru/agentcrdt
LABEL org.opencontainers.image.description="Semantic-causal CRDT for agent-mutable world state"
LABEL org.opencontainers.image.licenses=MIT

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

ENTRYPOINT ["agentcrdt-mcp"]
