Skip to content

Commit 78cc360

Browse files
authored
Merge pull request modelcontextprotocol#736 from jonathanhefner/update-npx-target-for-inspector-command
Update `npx` target for inspector command
2 parents 757f814 + 227e7ca commit 78cc360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/tools/inspector.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ A common way to start server packages from [NPM](https://npmjs.com) or [PyPi](ht
3030
```bash
3131
npx -y @modelcontextprotocol/inspector npx <package-name> <args>
3232
# For example
33-
npx -y @modelcontextprotocol/inspector npx server-postgres postgres://127.0.0.1/testdb
33+
npx -y @modelcontextprotocol/inspector npx @modelcontextprotocol/server-filesystem /Users/username/Desktop
3434
```
3535

3636
</Tab>

0 commit comments

Comments
 (0)