read_script
Read a Godot script file, optionally displaying line numbers for easier code inspection.
Instructions
Read a script file with line numbers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to script file (relative to project root) | |
| line_count | No | Number of lines to read (optional) | |
| line_start | No | Starting line (1-indexed, optional) |