Skip to content

Commit 7305764

Browse files
authored
Update README.md
1 parent 4f43379 commit 7305764

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
@@ -169,7 +169,7 @@ DANGEROUSLY_OMIT_AUTH=true npm start
169169
You can also set the token via the `MCP_PROXY_AUTH_TOKEN` environment variable when starting the server:
170170

171171
```bash
172-
MCP_PROXY_AUTH_TOKEN=$(openssl rand -hex 32) npm start
172+
MCP_PROXY_TOKEN=$(openssl rand -hex 32) npm start
173173
```
174174

175175
#### Local-only Binding

0 commit comments

Comments
 (0)