feat: improve ham connection (#1451)

This commit is contained in:
Ralph Khreish
2025-11-26 23:20:44 +01:00
committed by GitHub
parent 77b3b7780d
commit 28fcc27411
17 changed files with 642 additions and 95 deletions

View File

@@ -3,7 +3,6 @@
* Tool Registry - Maps tool names to registration functions
*/
import { registerSetTaskStatusTool } from './set-task-status.js';
import { registerParsePRDTool } from './parse-prd.js';
import { registerUpdateTool } from './update.js';
import { registerUpdateTaskTool } from './update-task.js';
@@ -49,7 +48,8 @@ import {
registerAutopilotAbortTool,
registerGetTasksTool,
registerGetTaskTool,
registerGenerateTool
registerGenerateTool,
registerSetTaskStatusTool
} from '@tm/mcp';
/**