We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c2be8d + 561ea91 commit 4862aa7Copy full SHA for 4862aa7
README.md
@@ -2,17 +2,12 @@
2
3
The MCP inspector is a developer tool for testing and debugging MCP servers.
4
5
-It can be run easily from `npx`. For example, in a folder where there's a built JavaScript server at `build/index.js`:
+It can be run easily from `npx`:
6
7
```
8
-npx @modelcontextprotocol/inspector build/index.js
9
-```
10
-
11
-You can also pass arguments along to the server:
12
13
14
-npx @modelcontextprotocol/inspector build/index.js arg1 arg2 ...
+npx @modelcontextprotocol/inspector
15
+This starts a localhost web server on port 5173. You can then visit http://localhost:5173/ to interact with the tool.
16
17
## License
18
0 commit comments