get_diagnostics
Run type checkers (tsc, mypy, pyright) and map reported errors to enclosing AST symbols for code analysis.
Instructions
Execute type-checker (tsc, mypy, pyright) and map errors to enclosing AST symbols. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| checker | No | Checker (tsc, mypy, pyright) | |
| file_path | No | Filter by file path | |
| max_files | No | Max files reported | |
| timeout_ms | No | Timeout in ms | |
| max_per_file | No | Max errors per file |