mcp__getComponentGenerator
Retrieve and automate a structured component development workflow for MasterGo design files. Provide rootPath, fileId, and layerId to generate workflow files following best practices.
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 |