read
Access file contents from a project directory, with path traversal blocked to ensure only files inside the designated project root are readable.
Instructions
Read a file from the project directory. Path traversal is blocked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path relative to project_path | |
| project_path | Yes | Project root (absolute path) |