Skip to content

Commit 097fdab

Browse files
authored
docs: Fix duplicate directory_tree tool entry in API documentation
1 parent bf29346 commit 097fdab

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

src/filesystem/README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)