Skip to content

Commit a0171d1

Browse files
committed
Merge remote-tracking branch 'origin/main' into sync/main-into-develop-pr-425
2 parents a33d5c0 + ab9939e commit a0171d1

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

docs/source/_sidebar.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
switcher:
22
heading: "Apollo MCP Server"
33
versions:
4-
- label: v0
4+
- label: v1
55
latest: true
66
href: ./
77
defaultOpenDepth: 2

docs/source/deploy.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ docker run \
2828
--env APOLLO_GRAPH_REF="<your-graph-ref>" \
2929
--env APOLLO_KEY="<your-graph-api-key>" \
3030
--env MCP_ENABLE=1 \
31-
-m /path/to/config:/config/mcp_config.yaml \
31+
-v /path/to/config:/config/mcp_config.yaml \
3232
--rm \
3333
ghcr.io/apollographql/apollo-runtime:latest
3434
```

docs/source/index.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ redirectFrom:
66
- /apollo-mcp-server/guides
77
---
88

9-
<PreviewFeature>
10-
11-
This feature is in [preview](/graphos/resources/feature-launch-stages#preview). Your questions and feedback are highly valued—don't hesitate to get in touch with your Apollo contact or post in the [Apollo Community MCP Server Category](https://community.apollographql.com/c/mcp-server/41).
12-
13-
</PreviewFeature>
14-
159
Apollo MCP Server provides a standard way for AI models to access and orchestrate your APIs running with Apollo.
1610

1711
## What is MCP?

0 commit comments

Comments
 (0)