Skip to content

Commit f6489eb

Browse files
committed
just in case
1 parent 89f0a37 commit f6489eb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

epicshop/mcp-dev/dev.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ const inspectorProcess = execa('mcp-inspector', [], {
2929
SERVER_PORT: serverPort,
3030
CLIENT_PORT: clientPort,
3131
MCP_PROXY_TOKEN: sessionToken,
32+
33+
// TODO: remove this in a couple months https://github.com/modelcontextprotocol/inspector/pull/517
34+
MCP_PROXY_TOKEN: sessionToken,
35+
3236
MCP_AUTO_OPEN_ENABLED: 'false',
3337
ALLOWED_ORIGINS: [
3438
`http://localhost:${clientPort}`,

0 commit comments

Comments
 (0)