File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ARG APOLLO_ROUTER_VERSION=2.7.0
88# renovate: datasource=github-releases depName=apollographql/apollo-mcp-server
99ARG APOLLO_MCP_SERVER_VERSION=0.9.0
1010
11- LABEL org.opencontainers.image.version=0.0.24
11+ LABEL org.opencontainers.image.version=0.0.25
1212LABEL org.opencontainers.image.vendor="Apollo GraphQL"
1313LABEL org.opencontainers.image.title="Apollo Runtime"
1414LABEL org.opencontainers.image.description="A GraphQL Runtime for serving Supergraphs and enabling AI"
Original file line number Diff line number Diff line change @@ -43,10 +43,7 @@ We open two ports in the above command:
4343
4444### Running the MCP Server
4545
46- The MCP Server included in this container is currently experimental and as such ** should not be used in a production
47- environment** . For more information see [ here] ( https://www.apollographql.com/docs/graphos/resources/feature-launch-stages#experimental )
48-
49- If you wish to enable it for testing purposes then set the environment variable ` MCP_ENABLE ` when running the container.
46+ Set the environment variable ` MCP_ENABLE ` when running the container.
5047
5148``` shell
5249...
You can’t perform that action at this time.
0 commit comments