Update src/filesystem/README.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
Cliff Hall
2025-07-18 16:03:22 -04:00
committed by GitHub
parent d532a5846d
commit 2feb7cbaa5

View File

@@ -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**