mcp__getComponentGenerator
Generate structured component development workflows by providing a project root path, MasterGo file ID, and layer ID. Ensures best practices in component development by organizing workflow files.
Instructions
Users need to actively call this tool to get the component development workflow. When Generator is mentioned, please actively call this tool. This tool provides a structured workflow for component development following best practices. You must provide an absolute rootPath of workspace to save workflow files.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
fileId | Yes | MasterGo design file ID (format: file/<fileId> in MasterGo URL) | |
layerId | Yes | Layer ID of the specific component or element to retrieve (format: ?layer_id=<layerId> / file=<fileId> in MasterGo URL) | |
rootPath | Yes | The root path of the project, if the user does not provide, you can use the current directory as the root path |