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 7792070 commit d69d67cCopy full SHA for d69d67c
bin/cli.js
@@ -49,7 +49,7 @@ async function main() {
49
[
50
inspectorServerPath,
51
...(command ? [`--env`, command] : []),
52
- ...(mcpServerArgs ?? []),
+ ...(mcpServerArgs ? ["--args", mcpServerArgs.join(" ")] : []),
53
],
54
{ env: { PORT: SERVER_PORT }, signal: abort.signal },
55
);
0 commit comments