From bd7cacc12cdf234ae20c7ddeff0f7dbb3ddd176b Mon Sep 17 00:00:00 2001 From: Mahadev Annabhimoju <219508079+Joosboy@users.noreply.github.com> Date: Thu, 9 Jul 2026 11:31:54 +0530 Subject: [PATCH] docs(filesystem): clarify read_multiple_files input --- src/filesystem/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/filesystem/README.md b/src/filesystem/README.md index 5a7ffe791d..881359e0fe 100644 --- a/src/filesystem/README.md +++ b/src/filesystem/README.md @@ -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**