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 f7272d8 + d9100c8 commit 8e8a5bbCopy full SHA for 8e8a5bb
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