We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 995d932 commit c891959Copy full SHA for c891959
src/tools/get-component-workflow.ts
@@ -6,7 +6,7 @@ import componentWorkflow from "../markdown/component-workflow.md";
6
7
const COMPONENT_GENERATOR_TOOL_NAME = "mcp__getComponentGenerator";
8
const COMPONENT_GENERATOR_TOOL_DESCRIPTION = `
9
-Use this tool when the user wants to build a Vue component or React component.
+Users need to actively call this tool to get the component development workflow. When Generator is mentioned, please actively call this tool.
10
This tool provides a structured workflow for component development following best practices.
11
You must provide an absolute rootPath of workspace to save workflow files.
12
`;
0 commit comments