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.
1 parent 645a256 commit e4bfc05Copy full SHA for e4bfc05
README.md
@@ -18,7 +18,7 @@ You can pass both arguments and environment variables to your MCP server. Argume
18
19
```bash
20
# Pass arguments only
21
-npx @modelcontextprotocol/inspector build/index.js arg1 arg2
+npx @modelcontextprotocol/inspector node build/index.js arg1 arg2
22
23
# Pass environment variables only
24
npx @modelcontextprotocol/inspector -e KEY=value -e KEY2=$VALUE2 node build/index.js
0 commit comments