mirror of
https://github.com/eyaltoledano/claude-task-master.git
synced 2026-01-30 06:12:05 +00:00
feat: improve ham connection (#1451)
This commit is contained in:
@@ -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';
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user