From 2feb7cbaa5feb35af48078c6c4e0fae5605d119b Mon Sep 17 00:00:00 2001 From: Cliff Hall Date: Fri, 18 Jul 2025 16:03:22 -0400 Subject: [PATCH] Update src/filesystem/README.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- 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 5552e398..89bca690 100644 --- a/src/filesystem/README.md +++ b/src/filesystem/README.md @@ -80,7 +80,8 @@ The server's directory access control follows this flow: - **read_media_file** - Read an image or audio file - - Input: `path` (string) + - Inputs: + - `path` (string) - Streams the file and returns base64 data with the corresponding MIME type - **read_multiple_files**