Implement analyze-complexity MCP command for analyzing task complexity

This commit is contained in:
Eyal Toledano
2025-03-31 13:04:53 -04:00
parent a3abf194ad
commit 6481f725aa
7 changed files with 153 additions and 4 deletions

View File

@@ -13,4 +13,5 @@
- 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
- Implement analyze-complexity MCP command for analyzing task complexity and generating recommendations
- 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)