move_path
Move or rename files and directories by specifying source and destination paths, supporting both relative and absolute paths for efficient file management on the Filesystem 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. |