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