sync: auto-sync from GURU-BEAST-ROG at 2026-06-10 10:09:59
Author: Mike Swanson Machine: GURU-BEAST-ROG Timestamp: 2026-06-10 10:09:59
This commit is contained in:
committed by
ClaudeTools Bot
parent
a7e99e462c
commit
73e9309892
20
mcps/filesystem/tools/move_file.json
Normal file
20
mcps/filesystem/tools/move_file.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "move_file",
|
||||
"description": "Move or rename files and directories. Can move files between directories and rename them in a single operation. If the destination exists, the operation will fail. Works across different directories and can be used for simple renaming within the same directory. Both source and destination must be within allowed directories.",
|
||||
"inputSchema": {
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"source": {
|
||||
"type": "string"
|
||||
},
|
||||
"destination": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"source",
|
||||
"destination"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user