Skip to content

Commit d01fab0

Browse files
authored
Merge pull request #456 from apollographql/docs-install-rc
docs: add how to install RC binaries
2 parents cd72dc1 + 76dee32 commit d01fab0

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

docs/source/run.mdx

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,29 @@ To install or upgrade to a **specific version** of Apollo MCP Server (recommende
7070

7171
</Tabs>
7272

73+
To install or upgrade to a specific version of Apollo MCP Server that is a **release candidate** (recommended for those that want to test early builds):
74+
75+
<Tabs>
76+
77+
<Tab label="Linux / MacOS">
78+
79+
```terminal showLineNumbers=false
80+
# Note the `v` prefixing the version number and the `-rc` suffix
81+
curl -sSL https://mcp.apollo.dev/download/nix/v0.7.4-rc.1 | sh
82+
```
83+
84+
</Tab>
85+
86+
<Tab label="Windows">
87+
88+
```terminal showLineNumbers=false
89+
# Note the `v` prefixing the version number and the `-rc` suffix
90+
iwr 'https://mcp.apollo.dev/download/win/v0.7.4-rc.1' | iex
91+
```
92+
</Tab>
93+
94+
</Tabs>
95+
7396
You can configure the Apollo MCP server using a [YAML configuration file](/apollo-mcp-server/config-file).
7497

7598
If the file is not provided, environment variables for your Apollo graph credentials (`APOLLO_GRAPH_REF` and `APOLLO_KEY`) are required for the server to run.

0 commit comments

Comments
 (0)