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.
1 parent b97acb9 commit 7c04df5Copy full SHA for 7c04df5
bin/cli.js
@@ -19,7 +19,7 @@ console.log("Starting MCP inspector...");
19
const { result } = concurrently(
20
[
21
{
22
- command: `node ${inspectorServerPath}${command ? ` --env ${command}` : ""}${mcpServerArgs.length ? ` --args "${mcpServerArgs.join(" ")}"` : ""}`,
+ command: `node ${inspectorServerPath}${command ? ` --env ${command}` : ""}${mcpServerArgs.length ? ` --args="${mcpServerArgs.join(" ")}"` : ""}`,
23
name: "server",
24
},
25
0 commit comments