feat(mcp): Implement add-dependency MCP command for creating dependency relationships between tasks

This commit is contained in:
Eyal Toledano
2025-03-31 14:24:45 -04:00
parent f7970a542e
commit b58badec36
5 changed files with 127 additions and 2 deletions

View File

@@ -872,7 +872,7 @@ Implement the addTemplates function in the MCP server's index.js file to enable
### Details:
Analyze and refactor the project root handling mechanism to ensure consistent file path resolution across all MCP direct functions. This should properly handle relative and absolute paths, respect the projectRoot parameter when provided, and have appropriate fallbacks when not specified. Document the approach in a comment within path-utils.js for future maintainers.
## 39. Implement add-dependency MCP command [in-progress]
## 39. Implement add-dependency MCP command [done]
### Dependencies: 23.31
### Description: Create MCP tool implementation for the add-dependency command
### Details: