From e4bfc058b2cd3e0fa794154e1c9f5ce64343aa59 Mon Sep 17 00:00:00 2001 From: ZK Date: Sun, 13 Apr 2025 00:06:04 +0800 Subject: [PATCH] fix README.md missing character --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0db92bf..31c7535 100644 --- a/README.md +++ b/README.md @@ -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