fs-reader
Read files within the project root to supply context, with a 5MB per-file limit ensuring safe data handling.
Instructions
Reads files relative to the project root with a 5MB size cap.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Project-relative file path to read. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Base64-encoded file contents. | |
| path | Yes | ||
| size | Yes | ||
| encoding | Yes |