Skip to content

Commit 8a06b95

Browse files
authored
Merge pull request #2 from madebygps/main
dev container auto open mcp inspector in browser
2 parents 06e0df0 + 75e3567 commit 8a06b95

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
},
1616
"6274": {
1717
"label": "MCP Inspector UI",
18-
"visibility": "public",
19-
"onAutoForward": "silent"
18+
"visibility": "public"
2019
}
2120
},
2221
"customizations": {
@@ -33,4 +32,4 @@
3332
}
3433
},
3534
"remoteUser": "vscode"
36-
}
35+
}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The MCP Inspector is a browser-based visual testing and debugging tool for MCP s
7474

7575
1. Run the following command in the terminal:
7676
```bash
77-
HOST=0.0.0.0 DANGEROUSLY_OMIT_AUTH=true npx @modelcontextprotocol/inspector uv run main.py
77+
HOST=0.0.0.0 DANGEROUSLY_OMIT_AUTH=true npx -y @modelcontextprotocol/inspector uv run main.py
7878
```
7979
2. Open `http://localhost:6274` in your browser
8080
3. The Inspector should now connect to your MCP server
@@ -96,4 +96,4 @@ The MCP Inspector is a browser-based visual testing and debugging tool for MCP s
9696

9797
## Contributing
9898

99-
Contributions are welcome! Please feel free to submit issues, feature requests, or pull requests.
99+
Contributions are welcome! Please feel free to submit issues, feature requests, or pull requests.

0 commit comments

Comments
 (0)