Merge pull request #303 from ZhengkaiWang/fix_readme_missing_character

fix:README.md to add missing node command
This commit is contained in:
Ola Hungerford
2025-04-16 06:44:18 -07:00
committed by GitHub

View File

@@ -18,7 +18,7 @@ You can pass both arguments and environment variables to your MCP server. Argume
```bash
# Pass arguments only
npx @modelcontextprotocol/inspector build/index.js arg1 arg2
npx @modelcontextprotocol/inspector node build/index.js arg1 arg2
# Pass environment variables only
npx @modelcontextprotocol/inspector -e key=value -e key2=$VALUE2 node build/index.js