parse_file
Parse a source file using Tree-sitter to extract symbols and code structure.
Instructions
Parse a file using Tree-sitter and extract symbols
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Absolute path to file | |
| projectRoot | Yes | Project root (REQUIRED) |