We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07638bb commit f921b9aCopy full SHA for f921b9a
1 file changed
src/filesystem/README.md
@@ -54,6 +54,15 @@ Node.js server implementing Model Context Protocol (MCP) for filesystem operatio
54
- Returns detailed diff and match information for dry runs, otherwise applies changes
55
- Best Practice: Always use dryRun first to preview changes before applying them
56
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
+
66
- **create_directory**
67
- Create new directory or ensure it exists
68
- Input: `path` (string)
0 commit comments