Skip to content

Commit bb74a23

Browse files
committed
update README
1 parent d3240f0 commit bb74a23

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/filesystem/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,15 @@ Node.js server implementing Model Context Protocol (MCP) for filesystem operatio
5454
- Returns detailed diff and match information for dry runs, otherwise applies changes
5555
- Best Practice: Always use dryRun first to preview changes before applying them
5656

57+
- **append_file**
58+
- Append content to existing file or create new file if it doesn't exist
59+
- Inputs:
60+
- `path` (string): File location
61+
- `content` (string): Content to append
62+
- Features:
63+
- Creates file if it doesn't exist
64+
- Appends content to the end of the file
65+
5766
- **create_directory**
5867
- Create new directory or ensure it exists
5968
- Input: `path` (string)

0 commit comments

Comments
 (0)