FROM python:3.11-slim

LABEL org.opencontainers.image.title="ckg-mcp" \
      org.opencontainers.image.description="97-domain Compact Knowledge Graph MCP server — structured domain knowledge over stdio" \
      org.opencontainers.image.url="https://graphifymd.com" \
      org.opencontainers.image.source="https://github.com/Yarmoluk/ckg-mcp" \
      org.opencontainers.image.licenses="MIT"

RUN pip install --no-cache-dir ckg-mcp

CMD ["ckg-mcp"]
