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
8
8
# renovate: datasource=github-releases depName=apollographql/apollo-mcp-server
9
9
ARG APOLLO_MCP_SERVER_VERSION=0.9.0
10
10
11
- LABEL org.opencontainers.image.version=0.0.24
11
+ LABEL org.opencontainers.image.version=0.0.25
12
12
LABEL org.opencontainers.image.vendor="Apollo GraphQL"
13
13
LABEL org.opencontainers.image.title="Apollo Runtime"
14
14
LABEL 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:
43
43
44
44
### Running the MCP Server
45
45
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.
50
47
51
48
``` shell
52
49
...
You can’t perform that action at this time.
0 commit comments