Skip to content

Commit cd987d1

Browse files
committed
docs: maintain consistency on variable used on client config examples
1 parent 695c799 commit cd987d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api/mcp/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ You can add the Sourcegraph MCP server to [Amp](https://ampcode.com) in two ways
7979
Run the following command in your terminal:
8080

8181
```bash
82-
amp mcp add sourcegraph --header "Authorization=token $SRC_ACCESS_TOKEN" https://sourcegraph.sourcegraph.com/.api/mcp/v1
82+
amp mcp add sourcegraph --header "Authorization=token YOUR_ACCESS_TOKEN" https://sourcegraph.sourcegraph.com/.api/mcp/v1
8383
```
8484

8585
<Callout type="info">
86-
Replace `sourcegraph.sourcegraph.com` with your Sourcegraph instance URL and set `$SRC_ACCESS_TOKEN` environment variable to your access token.
86+
Replace `sourcegraph.sourcegraph.com` with your Sourcegraph instance URL and set `YOUR_ACCESS_TOKEN` environment variable to your access token.
8787
</Callout>
8888

8989
### Claude Code

0 commit comments

Comments
 (0)