get_workspace_map
List all detected monorepo workspaces with file and symbol counts, languages, and cross-workspace dependency graph to provide a structure overview.
Instructions
List all detected monorepo workspaces with file counts, symbol counts, and languages. Returns dependency graph between workspaces showing cross-workspace imports. Use for monorepo structure overview. For impact of changes on other workspaces use get_cross_workspace_impact instead. Read-only. Returns JSON: { workspaces: [{ name, files, symbols, languages }], dependencies }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_dependencies | No | Include cross-workspace dependency graph (default: true) |