Skip to content

Commit 75e3567

Browse files
authored
Update command to include '-y' flag for npx
add -y flag to install mcp inspector
1 parent 38c6fa2 commit 75e3567

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)