Skip to content

Commit 80fcf1a

Browse files
committed
format
1 parent 416fc15 commit 80fcf1a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

client/bin/start.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,8 @@ async function main() {
248248
);
249249

250250
// Use provided token from environment or generate a new one
251-
const sessionToken = process.env.MCP_PROXY_AUTH_TOKEN || randomBytes(32).toString("hex");
251+
const sessionToken =
252+
process.env.MCP_PROXY_AUTH_TOKEN || randomBytes(32).toString("hex");
252253
const authDisabled = !!process.env.DANGEROUSLY_OMIT_AUTH;
253254

254255
const abort = new AbortController();

0 commit comments

Comments
 (0)