retrieve_code_context
Fetch surrounding source lines for a given mapped error position to view the original code context.
Instructions
Show the original source code lines surrounding a mapped error location.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| line | Yes | 1-based line number in the original source | |
| column | No | 0-based column number | |
| contextLines | No | Number of lines to show before and after the target line | |
| originalFile | Yes | Absolute path to the original TypeScript source file |