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