v3.7.1
Added
cwdfield for stdio servers: can specify acwd(current working directory) for stdio-based servers in the config.- Example:
{ "server-name": { "cwd": "/home/ubuntu/server-dir/", "command": "npm", "args": ["start"] } }
- Example:
cwd field for stdio servers: can specify a cwd (current working directory) for stdio-based servers in the config.
{
"server-name": {
"cwd": "/home/ubuntu/server-dir/",
"command": "npm",
"args": ["start"]
}
}