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 757f814 + 227e7ca commit 78cc360Copy full SHA for 78cc360
docs/docs/tools/inspector.mdx
@@ -30,7 +30,7 @@ A common way to start server packages from [NPM](https://npmjs.com) or [PyPi](ht
30
```bash
31
npx -y @modelcontextprotocol/inspector npx <package-name> <args>
32
# For example
33
-npx -y @modelcontextprotocol/inspector npx server-postgres postgres://127.0.0.1/testdb
+npx -y @modelcontextprotocol/inspector npx @modelcontextprotocol/server-filesystem /Users/username/Desktop
34
```
35
36
</Tab>
0 commit comments