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 f3f424f commit 295ccacCopy full SHA for 295ccac
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