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 7f0cdf9046
commit fba6131db7
7 changed files with 132 additions and 4 deletions

View File

@@ -16,5 +16,6 @@
- Implement analyze-complexity MCP command for analyzing task complexity and generating recommendations
- Implement clear-subtasks MCP command for clearing subtasks from parent tasks
- Implement expand-all MCP command for expanding all pending tasks with subtasks
- Implement remove-dependency MCP command for removing dependencies from tasks
- Document MCP server naming conventions in architecture.mdc and mcp.mdc files (file names use kebab-case, direct functions use camelCase with Direct suffix, tool registration functions use camelCase with Tool suffix, and MCP tool names use snake_case)
- Enhance task show view with a color-coded progress bar for visualizing subtask completion percentage