tool-selection - Select typegraph-mcp TypeScript navigation tools
Select typegraph-mcp tools for TypeScript navigation, including finding definitions, references, types, and code structure exploration.
Tags
Updated: 2026-03-10Typical Inputs
Typical Outputs
What this skill does
- find symbol definitions
- find symbol references
- get type information
- list module exports
- trace call chains
- analyze impact of changes
- get dependency tree
- get dependents
- detect circular imports
- find shortest import path
- extract module subgraph
- analyze module coupling
Inputs
- symbol name
- file path
- line and column
- project workspace
Outputs
- symbol definitions
- symbol references
- type information
- dependency tree
- dependents list
- import cycles
- import path
- module subgraph
- coupling analysis results
Requirements
- TypeScript project workspace
- tsserver environment
- typegraph-mcp tools
