mdk-create
Create MDK projects or add entity metadata using CRUD, List Detail, or Base templates. Initialize new projects or enhance existing ones with structured metadata.
Instructions
Creates MDK projects or entity metadata using templates (CRUD, List Detail, Base). Use this for initializing new projects or adding entity metadata to existing projects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folderRootPath | Yes | The path of the current project root folder. | |
| scope | Yes | The scope of creation: • project: Initialize a new MDK project with full structure • entity: Add entity metadata to an existing project | |
| templateType | Yes | The type of template to use. Note: 'base' template is only valid for project scope. | |
| oDataEntitySets | Yes | The OData entity sets relevant to the user prompt, separated by commas. | |
| offline | No | Whether to generate the project in offline mode (only applicable for project scope). Set to false unless offline is explicitly specified. |