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

@@ -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"
],