FROM python:3.12-slim
LABEL org.opencontainers.image.source=https://github.com/sandeep-alluru/clickproof
LABEL org.opencontainers.image.description="Persistent GUI behavioral facts for computer-use agents"
LABEL org.opencontainers.image.licenses=MIT

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

ENTRYPOINT ["clickproof-mcp"]
