Skip to content

Commit efae8a4

Browse files
committed
Merge remote-tracking branch 'origin/main' into sync/main-into-develop-pr-431
2 parents a33d5c0 + cf82770 commit efae8a4

File tree

6 files changed

+3
-20
lines changed

6 files changed

+3
-20
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/best-practices.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@ title: Best Practices
33
subtitle: Guidelines for using Apollo MCP Server
44
---
55

6-
<PreviewFeature>
7-
8-
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).
9-
10-
</PreviewFeature>
11-
126
## Writing your schema for efficient MCP tools
137

148
The schema is required for:

docs/source/config-file.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ transport:
261261

262262
| Option | Type | Default | Description |
263263
| :--------- | :-------- | :-------------------------- | :--------------------------------------------------------------- |
264-
| `endpoint` | `URL` | `http://localhost:4137` | URL to export data to. Requires full path. |
264+
| `endpoint` | `URL` | `http://localhost:4317` | URL to export data to. Requires full path. |
265265
| `protocol` | `string` | `grpc` | Protocol for export. `grpc` and `http/protobuf` are supported. |
266266

267267
#### SamplerOption

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?

docs/source/limitations.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
title: Limitations
33
---
44

5-
<PreviewFeature>
6-
7-
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).
8-
9-
</PreviewFeature>
105

116
## Known limitations
127

0 commit comments

Comments
 (0)