From 097fdab4630b91ead5eabec7ea96bafa0befcc6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9A=E5=90=83=E7=82=B9?= Date: Sat, 13 Sep 2025 13:00:02 +0800 Subject: [PATCH] docs: Fix duplicate directory_tree tool entry in API documentation --- src/filesystem/README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/filesystem/README.md b/src/filesystem/README.md index 499fca5ad6..973f76ef66 100644 --- a/src/filesystem/README.md +++ b/src/filesystem/README.md @@ -128,15 +128,6 @@ The server's directory access control follows this flow: - Returns detailed listing with file sizes and summary statistics - Shows total files, directories, and combined size -- **directory_tree** - - Get a recursive tree view of files and directories as a JSON structure - - Input: `path` (string): Starting directory path - - Returns JSON structure with: - - `name`: File/directory name - - `type`: "file" or "directory" - - `children`: Array of child entries (for directories only) - - Output is formatted with 2-space indentation for readability - - **move_file** - Move or rename files and directories - Inputs: @@ -165,6 +156,7 @@ The server's directory access control follows this flow: - `children` (array): Present only for directories - Empty array for empty directories - Omitted for files + - Output is formatted with 2-space indentation for readability - **get_file_info** - Get detailed file/directory metadata