feat(mcp): Implement complexity-report MCP command for displaying task complexity analysis reports

This commit is contained in:
Eyal Toledano
2025-03-31 14:20:00 -04:00
parent d06e45bf12
commit fec9e12f49
9 changed files with 201 additions and 16 deletions

View File

@@ -890,13 +890,13 @@ Analyze and refactor the project root handling mechanism to ensure consistent fi
### Details:
## 42. Implement fix-dependencies MCP command [pending]
## 42. Implement fix-dependencies MCP command [done]
### Dependencies: 23.31, 23.41
### Description: Create MCP tool implementation for the fix-dependencies command
### Details:
## 43. Implement complexity-report MCP command [pending]
## 43. Implement complexity-report MCP command [in-progress]
### Dependencies: 23.31
### Description: Create MCP tool implementation for the complexity-report command
### Details:

View File

@@ -1736,7 +1736,7 @@
"title": "Implement fix-dependencies MCP command",
"description": "Create MCP tool implementation for the fix-dependencies command",
"details": "",
"status": "pending",
"status": "done",
"dependencies": [
"23.31",
"23.41"
@@ -1748,7 +1748,7 @@
"title": "Implement complexity-report MCP command",
"description": "Create MCP tool implementation for the complexity-report command",
"details": "",
"status": "pending",
"status": "in-progress",
"dependencies": [
"23.31"
],