Skip to content

Commit 15b9b67

Browse files
authored
Update README.md
1 parent 7305764 commit 15b9b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ If you need to disable authentication (NOT RECOMMENDED), you can set the `DANGER
166166
DANGEROUSLY_OMIT_AUTH=true npm start
167167
```
168168

169-
You can also set the token via the `MCP_PROXY_AUTH_TOKEN` environment variable when starting the server:
169+
You can also set the token via the `MCP_PROXY_TOKEN` environment variable when starting the server:
170170

171171
```bash
172172
MCP_PROXY_TOKEN=$(openssl rand -hex 32) npm start

0 commit comments

Comments
 (0)