get_workspace_map
Retrieve a complete map of monorepo workspaces including file counts, symbols, languages, and dependency graph to understand project structure and cross-workspace imports.
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) |