MCP Tool

by PiuQiuPiaQia
Verified

san

Create and customize components using PascalCase naming, select features like templates, styles, and lifecycle hooks, and define component lists efficiently.

Input Schema

NameRequiredDescriptionDefault
componentNameYes组件名称(使用PascalCase命名规范)
descriptionNo组件的功能描述(可选)
featuresNo需要包含的特性,使用逗号分隔:template-模板, style-样式, computed-计算属性, lifecycle-生命周期, typescript-TypeScript支持。
selectedComponentsNo选择使用的组件列表

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "componentName": { "description": "组件名称(使用PascalCase命名规范)", "type": "string" }, "description": { "description": "组件的功能描述(可选)", "type": "string" }, "features": { "description": "需要包含的特性,使用逗号分隔:template-模板, style-样式, computed-计算属性, lifecycle-生命周期, typescript-TypeScript支持。", "type": "string" }, "selectedComponents": { "description": "选择使用的组件列表", "items": { "type": "string" }, "type": "array" } }, "required": [ "componentName" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Tool

Related Tools

ID: nroabjxyce