Implement remove-dependency MCP command for removing dependencies from tasks

This commit is contained in:
Eyal Toledano
2025-03-31 13:51:39 -04:00
parent 38c368a745
commit a6a94e3a18
7 changed files with 132 additions and 4 deletions

View File

@@ -878,7 +878,7 @@ Analyze and refactor the project root handling mechanism to ensure consistent fi
### Details:
## 40. Implement remove-dependency MCP command [pending]
## 40. Implement remove-dependency MCP command [done]
### Dependencies: 23.31
### Description: Create MCP tool implementation for the remove-dependency command
### Details:

View File

@@ -1712,7 +1712,7 @@
"title": "Implement remove-dependency MCP command",
"description": "Create MCP tool implementation for the remove-dependency command",
"details": "",
"status": "pending",
"status": "done",
"dependencies": [
"23.31"
],