feat(mcp): Implement generate MCP command for creating task files from tasks.json

This commit is contained in:
Eyal Toledano
2025-03-31 02:17:07 -04:00
parent 1e7baa5221
commit 3cb0a89ef7
7 changed files with 121 additions and 2 deletions

View File

@@ -438,7 +438,7 @@ Following MCP implementation standards:
- Unit test for updateSubtaskByIdDirect.js
- Integration test for MCP tool
## 20. Implement generate MCP command [pending]
## 20. Implement generate MCP command [done]
### Dependencies: None
### Description: Create direct function wrapper and MCP tool for generating task files from tasks.json.
### Details: