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.
2 parents f3f424f + 295ccac commit 79344bdCopy full SHA for 79344bd
bin/cli.js
@@ -49,7 +49,7 @@ async function main() {
49
[
50
inspectorServerPath,
51
...(command ? [`--env`, command] : []),
52
- ...(mcpServerArgs ? ["--args", mcpServerArgs.join(" ")] : []),
+ ...(mcpServerArgs ? [`--args=${mcpServerArgs.join(" ")}`] : []),
53
],
54
{
55
env: { ...process.env, PORT: SERVER_PORT },
0 commit comments