Skip to content

Commit c891959

Browse files
committed
feat: update tool description
1 parent 995d932 commit c891959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/get-component-workflow.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import componentWorkflow from "../markdown/component-workflow.md";
66

77
const COMPONENT_GENERATOR_TOOL_NAME = "mcp__getComponentGenerator";
88
const COMPONENT_GENERATOR_TOOL_DESCRIPTION = `
9-
Use this tool when the user wants to build a Vue component or React component.
9+
Users need to actively call this tool to get the component development workflow. When Generator is mentioned, please actively call this tool.
1010
This tool provides a structured workflow for component development following best practices.
1111
You must provide an absolute rootPath of workspace to save workflow files.
1212
`;

0 commit comments

Comments
 (0)