move_file
Move or rename files and directories to a specified destination within allowed paths. Automatically creates parent directories if missing, ensuring organized file management on the AiDD MCP Server.
Instructions
Move or rename a file or directory to a new location. This tool can be used to reorganize files and directories. Both source and destination must be within the allowed directory. If the destination already exists, the operation will fail. Parent directories of the destination will be created if they don't exist. Example: source='old.txt', destination='new/path/new.txt'
Input Schema
Name | Required | Description | Default |
---|---|---|---|
destination | Yes | Destination path where to move the file or directory | |
source | Yes | Source path of the file or directory to move |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from AiDD MCP Server
- create_directory
- delete_file
- directory_tree
- edit_file
- execute_code
- execute_shell_script
- get_allowed_directory
- get_file_info
- get_system_info
- git_add
- git_checkout
- git_commit
- git_create_branch
- git_diff
- git_diff_staged
- git_diff_unstaged
- git_init
- git_log
- git_reset
- git_show
- git_status
- list_directory
- move_file
- read_file
- read_multiple_files
- search_files
- tree_sitter_map
- update_allowed_directory
- write_file
Related Tools
- @bsmi021/mcp-file-operations-server
- @bsmi021/mcp-file-operations-server
- @abhishekbhakat/mcp_server_code_assist
- @Wayazi/mcp_file_system
- @hungryrobot1/MCP-PIF