Merge pull request #91 from modelcontextprotocol/ashwin/spawnfix
fix arg passing
This commit is contained in:
@@ -49,7 +49,7 @@ async function main() {
|
||||
[
|
||||
inspectorServerPath,
|
||||
...(command ? [`--env`, command] : []),
|
||||
...(mcpServerArgs ? ["--args", mcpServerArgs.join(" ")] : []),
|
||||
...(mcpServerArgs ? [`--args=${mcpServerArgs.join(" ")}`] : []),
|
||||
],
|
||||
{
|
||||
env: { ...process.env, PORT: SERVER_PORT },
|
||||
|
||||
Reference in New Issue
Block a user