get_file_dependencies
List all files imported by a source file to map code dependencies.
Instructions
Files imported by this file (outgoing file-level import edges).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Project name/path (default: active). | |
| file_path | Yes | Relative path to the file. | |
| max_results | No | Maximum number of results to return (0 = unlimited, default 0). |