diff --git a/bin/cli.js b/bin/cli.js index 55caefd..7fa2c11 100755 --- a/bin/cli.js +++ b/bin/cli.js @@ -49,7 +49,7 @@ async function main() { [ inspectorServerPath, ...(command ? [`--env`, command] : []), - ...(mcpServerArgs ?? []), + ...(mcpServerArgs ? ["--args", mcpServerArgs.join(" ")] : []), ], { env: { PORT: SERVER_PORT }, signal: abort.signal }, );