load_project_understanding
Load an entire project's codebase understanding—entities, relationships, patterns, and style conventions—in one step to avoid reading files individually.
Instructions
Load understanding of an entire project at once.
This tool should be used by MCP clients to quickly get project understanding if available, instead of reading all the files individually. It loads all entities, relationships, patterns, and style conventions related to the project.
Args: project_path: Path to the project root directory
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes |