get_dependencies
Retrieve import dependencies and imported-by relationships for a specific file to understand coupling before refactoring.
Instructions
Get the import and importedBy relationships for a specific file. Shows what this file depends on and what depends on it. Use to understand coupling before refactoring a file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Relative file path (e.g. 'src/server.ts') | |
| projectRoot | Yes | Absolute path to the project root directory | |
| tsconfigPath | No | Optional tsconfig path relative to projectRoot |