FROM python:3.12-slim
LABEL org.opencontainers.image.source=https://github.com/sandeep-alluru/foghorn
LABEL org.opencontainers.image.description="Decision staleness alerts for AI agents"
LABEL org.opencontainers.image.licenses=MIT

RUN pip install --no-cache-dir "foghorn-ai[mcp]"

ENTRYPOINT ["foghorn-mcp"]
