FROM ghcr.io/apollographql/apollo-mcp-server:v1.11.0
COPY mcp.yaml /config.yaml
COPY schema.graphql /schema.graphql
COPY operations/ /operations/
CMD ["/config.yaml"]
