FROM python:3.12-slim
LABEL org.opencontainers.image.source=https://github.com/sandeep-alluru/groundcrew
LABEL org.opencontainers.image.description="Deterministic state oracle and semantic action codec for computer-use agents"
LABEL org.opencontainers.image.licenses=MIT

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

ENTRYPOINT ["groundcrew-mcp"]
