analyze_project
Analyze project structure and dependencies with customizable scan depth for detailed insights, supporting context-aware progress reporting in codebase analysis.
Instructions
Analyze overall project structure.
Args:
project: Project name
scan_depth: Depth of detailed analysis (higher is slower)
ctx: Optional MCP context for progress reporting
Returns:
Project analysis
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ctx | No | ||
| project | Yes | ||
| scan_depth | No |