MCPJam / MCPJam/inspector

[BUG]response 403, when local browser download needed .js files in remote mcpjam inspector's homepage

Open
#2,204 6 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
TypeScript
Stars
2.2k
Forks
283
Avg merge
11h 47m
Merged PRs (30d)
737

Description

I want deploy a shared mcpjam inspector for my team, I do following, but failed:
1. I deploy a remote mcpjam inspector through cmd in a server:
docker run -d \
--name mcp-inspector \
--network host \
-e HOST=0.0.0.0 \
-e MCP_PROXY_AUTH_TOKEN=a-self-defined-token \
-e MCP_AUTO_OPEN_ENABLED=false \
-e DANGEROUSLY_OMIT_AUTH=true \
mcpjam/mcp-inspector:v2.0.5
2. in my computer's local browser, I access http://remote-server-ip:6274/?MCP_PROXY_AUTH_TOKEN=a-self-defined-token
3. I wish can open the homepage.
4. But the browser display nothing.
5. Then debug and find the response is 403, when browser download needed .js files in the homepage.

How can I resolve the problem? Or is it a bug? Or I can not use it like I wanted?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.