load_project_understanding
Retrieve comprehensive project insights, including entities, relationships, patterns, and style conventions, directly from the project root directory. Streamline codebase understanding without analyzing individual files.
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 |