We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f43379 commit 7305764Copy full SHA for 7305764
README.md
@@ -169,7 +169,7 @@ DANGEROUSLY_OMIT_AUTH=true npm start
169
You can also set the token via the `MCP_PROXY_AUTH_TOKEN` environment variable when starting the server:
170
171
```bash
172
-MCP_PROXY_AUTH_TOKEN=$(openssl rand -hex 32) npm start
+MCP_PROXY_TOKEN=$(openssl rand -hex 32) npm start
173
```
174
175
#### Local-only Binding
0 commit comments