Skip to content

Commit b127ba1

Browse files
committed
fix arg
1 parent ce35043 commit b127ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ console.log("Starting MCP inspector...");
1919
const { result } = concurrently(
2020
[
2121
{
22-
command: `node ${inspectorServerPath}${environment ? ` --env ${environment}` : ""}${mcpServerArgs.length ? ` ${mcpServerArgs.join(" ")}` : ""}`,
22+
command: `node ${inspectorServerPath}${environment ? ` --env ${environment}` : ""}${mcpServerArgs.length ? ` --args "${mcpServerArgs.join(" ")}"` : ""}`,
2323
name: "server",
2424
},
2525
{

0 commit comments

Comments
 (0)