move_path
Move or rename files and directories by specifying source and destination paths, enabling efficient file system management through the MCP server.
Instructions
Moves or renames a file or directory. Accepts relative or absolute paths for source and destination.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
destination_path | Yes | The new path for the file or directory. Can be relative or absolute. | |
source_path | Yes | The current path of the file or directory to move. Can be relative or absolute. |