get_type_hierarchy
Analyze TypeScript class and interface inheritance chains to identify ancestors and descendants for code navigation and impact assessment.
Instructions
Walk TypeScript class/interface hierarchy: ancestors (what it extends/implements) and descendants (what extends/implements it)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Class or interface name (e.g. "LanguagePlugin", "Store") | |
| max_depth | No | Max traversal depth (default 10) |