context_get_project_summary
Generate a detailed project summary by analyzing the specified project directory, enabling efficient context management and AI development insights.
Instructions
Get a comprehensive project summary
Input Schema
Name | Required | Description | Default |
---|---|---|---|
projectPath | Yes | Path to project directory |
Input Schema (JSON Schema)
{
"properties": {
"projectPath": {
"description": "Path to project directory",
"type": "string"
}
},
"required": [
"projectPath"
],
"type": "object"
}