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>
4 lines
183 B
Bash
Executable File
4 lines
183 B
Bash
Executable File
#!/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
|