Skip to content

Commit ed86a81

Browse files
authored
update README for MCP support (#54)
* update README for MCP support * bump up version number
1 parent 209761f commit ed86a81

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG APOLLO_ROUTER_VERSION=2.7.0
88
# renovate: datasource=github-releases depName=apollographql/apollo-mcp-server
99
ARG 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
1212
LABEL org.opencontainers.image.vendor="Apollo GraphQL"
1313
LABEL org.opencontainers.image.title="Apollo Runtime"
1414
LABEL org.opencontainers.image.description="A GraphQL Runtime for serving Supergraphs and enabling AI"

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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
...

0 commit comments

Comments
 (0)