feat(mcp): Implement complexity-report MCP command for displaying task complexity analysis reports
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user