FROM python:3.12-slim
LABEL org.opencontainers.image.source=https://github.com/sandeep-alluru/humanproof
LABEL org.opencontainers.image.description="Motor-noise fingerprinting for AI detection in competitive games"
LABEL org.opencontainers.image.licenses=MIT

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

ENTRYPOINT ["humanproof-mcp"]
