Get component graph
get_graphReturns the complete component dependency graph for a Svelte project, showing every component and route with import links and unused flags.
Instructions
Return the full Svelte component dependency graph for a project: every component/route node (workspace-relative path id + display label + type + unused flag) and every import link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | Yes | Absolute path to the SvelteKit/Svelte project root to analyze. |