Skip to content

v3.7.1

Choose a tag to compare

@ravitemer ravitemer released this 04 Jul 18:04
· 22 commits to main since this release

Added

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