shell_set_default_workdir
Set the default working directory for all subsequent shell command executions, ensuring commands run from a specified accessible path.
Instructions
Set the default working directory for command execution
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| working_directory | Yes | Absolute path to set as the default working directory for all subsequent command executions. Must be an existing, accessible directory. |