set_filesystem_default
Set an absolute default path for resolving relative paths in filesystem operations during the current session. Ensures consistent file access and simplifies path management.
Instructions
Sets a default absolute path for the current session. Relative paths used in other filesystem tools (like readFile) will be resolved against this default. The default is cleared on server restart.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | Yes | The absolute path to set as the default for resolving relative paths during this session. |