Skip to content

Commit 4862aa7

Browse files
authored
Merge pull request #74 from simonw/patch-1
Skip the dist/index.js bit
2 parents 7c2be8d + 561ea91 commit 4862aa7

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,12 @@
22

33
The MCP inspector is a developer tool for testing and debugging MCP servers.
44

5-
It can be run easily from `npx`. For example, in a folder where there's a built JavaScript server at `build/index.js`:
5+
It can be run easily from `npx`:
66

77
```
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 ...
8+
npx @modelcontextprotocol/inspector
159
```
10+
This starts a localhost web server on port 5173. You can then visit http://localhost:5173/ to interact with the tool.
1611

1712
## License
1813

0 commit comments

Comments
 (0)