FROM python:3.12-slim
RUN pip install --no-cache-dir acquisition-gov-mcp==1.0.0
CMD ["acquisition-gov-mcp"]

