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 416fc15 commit 80fcf1aCopy full SHA for 80fcf1a
client/bin/start.js
@@ -248,7 +248,8 @@ async function main() {
248
);
249
250
// Use provided token from environment or generate a new one
251
- const sessionToken = process.env.MCP_PROXY_AUTH_TOKEN || randomBytes(32).toString("hex");
+ const sessionToken =
252
+ process.env.MCP_PROXY_AUTH_TOKEN || randomBytes(32).toString("hex");
253
const authDisabled = !!process.env.DANGEROUSLY_OMIT_AUTH;
254
255
const abort = new AbortController();
0 commit comments