Read App File
read_app_fileRead one source file from an app's virtual filesystem. Paths follow the Fine Structure app file API, documented at https://finestructure.ai/api/mcp/docs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Virtual file path, for example pages/Home.jsx | |
| app_id | Yes | The app ID | |
| max_chars | No | Maximum content characters to return |