Fix server args
This commit is contained in:
@@ -49,7 +49,7 @@ async function main() {
|
|||||||
[
|
[
|
||||||
inspectorServerPath,
|
inspectorServerPath,
|
||||||
...(command ? [`--env`, command] : []),
|
...(command ? [`--env`, command] : []),
|
||||||
...(mcpServerArgs ?? []),
|
...(mcpServerArgs ? ["--args", mcpServerArgs.join(" ")] : []),
|
||||||
],
|
],
|
||||||
{ env: { PORT: SERVER_PORT }, signal: abort.signal },
|
{ env: { PORT: SERVER_PORT }, signal: abort.signal },
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user