diff --git a/bin/cli.js b/bin/cli.js index ac4a4c179..2dcc61347 100755 --- a/bin/cli.js +++ b/bin/cli.js @@ -49,7 +49,7 @@ async function main() { [ inspectorServerPath, ...(command ? [`--env`, command] : []), - ...(mcpServerArgs ? ["--args", mcpServerArgs.join(" ")] : []), + ...(mcpServerArgs ? [`--args=${mcpServerArgs.join(" ")}`] : []), ], { env: { ...process.env, PORT: SERVER_PORT },