Skip to content

Commit 227e7ca

Browse files
Update npx target for inspector command
The referenced `server-postgres` package does not exist and was likely intended to be `@modelcontextprotocol/server-postgres`. However, the `@modelcontextprotocol/server-postgres` package has now been moved to "archived" status. Therefore, this commit updates the `npx` target to `@modelcontextprotocol/server-filesystem`. Closes modelcontextprotocol#462 Co-authored-by: Terry Crapts <[email protected]>
1 parent e4d43cb commit 227e7ca

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)