{
  "source": "system.js",
  "method": "setCwd",
  "input-schema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {
      "directory":{
        "title": "directory",
        "required": true,
        "type": "string"
      }
    }
  },
  "output-schema": {
    "type": "object",
    "properties": {
    }
  },
  "meta": {
    "name": "setCwd",
    "description": "Changes the current working directory of the process or throws an error if doing so fails."
  }
}