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