mirror of
https://github.com/eyaltoledano/claude-task-master.git
synced 2026-01-30 06:12:05 +00:00
feat: reintroduce task-master generate command for task file generation (#1446)
This commit is contained in:
@@ -48,11 +48,12 @@ import {
|
||||
registerAutopilotFinalizeTool,
|
||||
registerAutopilotAbortTool,
|
||||
registerGetTasksTool,
|
||||
registerGetTaskTool
|
||||
registerGetTaskTool,
|
||||
registerGenerateTool
|
||||
} from '@tm/mcp';
|
||||
|
||||
/**
|
||||
* Comprehensive tool registry mapping all 44 tool names to their registration functions
|
||||
* Comprehensive tool registry mapping tool names to their registration functions
|
||||
* Used for dynamic tool registration and validation
|
||||
*/
|
||||
export const toolRegistry = {
|
||||
@@ -98,7 +99,8 @@ export const toolRegistry = {
|
||||
autopilot_complete: registerAutopilotCompleteTool,
|
||||
autopilot_commit: registerAutopilotCommitTool,
|
||||
autopilot_finalize: registerAutopilotFinalizeTool,
|
||||
autopilot_abort: registerAutopilotAbortTool
|
||||
autopilot_abort: registerAutopilotAbortTool,
|
||||
generate: registerGenerateTool
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user