Skip to content

Commit e4bfc05

Browse files
authored
fix README.md missing character
1 parent 645a256 commit e4bfc05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You can pass both arguments and environment variables to your MCP server. Argume
1818

1919
```bash
2020
# Pass arguments only
21-
npx @modelcontextprotocol/inspector build/index.js arg1 arg2
21+
npx @modelcontextprotocol/inspector node build/index.js arg1 arg2
2222

2323
# Pass environment variables only
2424
npx @modelcontextprotocol/inspector -e KEY=value -e KEY2=$VALUE2 node build/index.js

0 commit comments

Comments
 (0)