add_dependency
Establish dependency relationships between tasks in the Task Master MCP server by specifying task IDs and project context, ensuring structured task management.
Instructions
Add a dependency relationship between two tasks
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dependsOn | Yes | ID of task that will become a dependency | |
file | No | Absolute path to the tasks file (default: tasks/tasks.json) | |
id | Yes | ID of task that will depend on another task | |
projectRoot | Yes | The directory of the project. Must be an absolute path. | |
tag | No | Tag context to operate on |