Implement remove-subtask MCP command for removing subtasks from parent tasks

This commit is contained in:
Eyal Toledano
2025-03-31 13:01:31 -04:00
parent 0b6207c882
commit a3abf194ad
7 changed files with 145 additions and 4 deletions

View File

@@ -12,4 +12,5 @@
- Implement expand-task MCP command for breaking down tasks into subtasks
- Implement add-task MCP command for creating new tasks using AI assistance
- Implement add-subtask MCP command for adding subtasks to existing tasks
- Implement remove-subtask MCP command for removing subtasks from parent 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)