File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1515 },
1616 "6274" : {
1717 "label" : " MCP Inspector UI" ,
18- "visibility" : " public" ,
19- "onAutoForward" : " silent"
18+ "visibility" : " public"
2019 }
2120 },
2221 "customizations" : {
3332 }
3433 },
3534 "remoteUser" : " vscode"
36- }
35+ }
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ The MCP Inspector is a browser-based visual testing and debugging tool for MCP s
7474
75751 . 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 ```
79792 . Open ` http://localhost:6274 ` in your browser
80803 . 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.
You can’t perform that action at this time.
0 commit comments