feat(task-mcp): Add task_resolve_duplicate tool

Combines close + link operations for duplicate issues:
- Closes the duplicate task (sets status to completed)
- Creates bidirectional 'duplicates' link to dominant task

Usage: task_resolve_duplicate(duplicate_id, dominant_id)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Christian Gick
2026-01-09 06:34:16 +02:00
parent 3fc8f2d5e0
commit 2c7a2de5b3
5 changed files with 306 additions and 1 deletions

3
start.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
# Wrapper script for task-mcp that logs errors
exec node /Users/christian.gick/Development/Infrastructure/mcp-servers/task-mcp/dist/index.js 2>> /tmp/task-mcp.log