Skip to content

Commit 1bfb493

Browse files
committed
just in case
1 parent fc18931 commit 1bfb493

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

epicshop/mcp-dev/dev.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,12 @@ const inspectorProcess = execa('mcp-inspector', [], {
2828
...process.env,
2929
SERVER_PORT: serverPort,
3030
CLIENT_PORT: clientPort,
31+
MCP_PROXY_AUTH_TOKEN: sessionToken,
32+
33+
// TODO: remove this in a couple months https://github.com/modelcontextprotocol/inspector/pull/517
3134
MCP_PROXY_TOKEN: sessionToken,
35+
36+
MCP_AUTO_OPEN_ENABLED: 'false',
3237
ALLOWED_ORIGINS: [
3338
`http://localhost:${clientPort}`,
3439
`http://127.0.0.1:${clientPort}`,

0 commit comments

Comments
 (0)