fix README.md missing character

This commit is contained in:
ZK
2025-04-13 00:06:04 +08:00
committed by GitHub
parent 645a256994
commit e4bfc058b2

View File

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