Skip to content

Commit 295ccac

Browse files
committed
fix arg passing
1 parent f3f424f commit 295ccac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ async function main() {
4949
[
5050
inspectorServerPath,
5151
...(command ? [`--env`, command] : []),
52-
...(mcpServerArgs ? ["--args", mcpServerArgs.join(" ")] : []),
52+
...(mcpServerArgs ? [`--args=${mcpServerArgs.join(" ")}`] : []),
5353
],
5454
{
5555
env: { ...process.env, PORT: SERVER_PORT },

0 commit comments

Comments
 (0)