get_dependency_graph
Analyze dependency relationships in a repository to identify highly coupled components and assess refactoring risk.
Instructions
Analyze dependency relationships and identify highly coupled components
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repositoryPath | Yes | Path to the repository root directory | |
| includeExternal | No | Whether to include external dependencies |