We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a33d5c0 + c83f2af commit c5d523cCopy full SHA for c5d523c
docs/source/_sidebar.yaml
@@ -1,7 +1,7 @@
1
switcher:
2
heading: "Apollo MCP Server"
3
versions:
4
- - label: v0
+ - label: v1
5
latest: true
6
href: ./
7
defaultOpenDepth: 2
docs/source/deploy.mdx
@@ -28,7 +28,7 @@ docker run \
28
--env APOLLO_GRAPH_REF="<your-graph-ref>" \
29
--env APOLLO_KEY="<your-graph-api-key>" \
30
--env MCP_ENABLE=1 \
31
- -m /path/to/config:/config/mcp_config.yaml \
+ -v /path/to/config:/config/mcp_config.yaml \
32
--rm \
33
ghcr.io/apollographql/apollo-runtime:latest
34
```
0 commit comments