Skip to content

Commit 96f8fd2

Browse files
docs: fix API key format guidance to prevent common errors (modelcontextprotocol#1673)
* docs: fix API key format guidance to prevent common errors * Update docs/docs/develop/build-client.mdx Co-authored-by: Jonathan Hefner <[email protected]> --------- Co-authored-by: Jonathan Hefner <[email protected]>
1 parent 5120c90 commit 96f8fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/develop/build-client.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ You'll need an Anthropic API key from the [Anthropic Console](https://console.an
7777
Create a `.env` file to store it:
7878

7979
```bash
80-
echo "ANTHROPIC_API_KEY=<your key here>" > .env
80+
echo "ANTHROPIC_API_KEY=your-api-key-goes-here" > .env
8181
```
8282

8383
Add `.env` to your `.gitignore`:

0 commit comments

Comments
 (0)