Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/filesystem/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ The server's directory access control follows this flow:

- **read_multiple_files**
- Read multiple files simultaneously
- Input: `paths` (string[])
- Input: `paths` (non-empty string array of file paths within allowed directories)
- Returns each file's content with its path as a reference, separated by `---`
- Failed reads won't stop the entire operation

- **write_file**
Expand Down
Loading