File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -128,15 +128,6 @@ The server's directory access control follows this flow:
128128 - Returns detailed listing with file sizes and summary statistics
129129 - Shows total files, directories, and combined size
130130
131- - ** directory_tree**
132- - Get a recursive tree view of files and directories as a JSON structure
133- - Input: ` path ` (string): Starting directory path
134- - Returns JSON structure with:
135- - ` name ` : File/directory name
136- - ` type ` : "file" or "directory"
137- - ` children ` : Array of child entries (for directories only)
138- - Output is formatted with 2-space indentation for readability
139-
140131- ** move_file**
141132 - Move or rename files and directories
142133 - Inputs:
@@ -165,6 +156,7 @@ The server's directory access control follows this flow:
165156 - ` children ` (array): Present only for directories
166157 - Empty array for empty directories
167158 - Omitted for files
159+ - Output is formatted with 2-space indentation for readability
168160
169161- ** get_file_info**
170162 - Get detailed file/directory metadata
You can’t perform that action at this time.
0 commit comments