scan_project
Scan a project directory to refresh the mind map with the latest file structure. Supports specifying a project root or using environment variables for flexible integration.
Instructions
Perform a fresh scan of the project to update the mind map with current file structure. Supports multiple project contexts via project_root parameter or MCP_PROJECT_ROOT environment variable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force_rescan | No | Force a complete rescan even if recent data exists (default: false) | |
| project_root | No | Project root directory to scan (optional - uses MCP_PROJECT_ROOT env var, then current working directory if not specified) | |
| include_analysis | No | Include basic code analysis during scan (default: true) |