← back to Exo Helper

verification/mcp-config.json

14 lines

{
  "mcpServers": {
    "exo-helper": {
      "command": "/opt/homebrew/bin/node",
      "args": [
        "/Users/macstudio3/Projects/exo-helper/server.mjs"
      ],
      "env": {
        "EXO_TIMEOUT_MS": "45000"
      }
    }
  }
}