Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
name | No | The name of the Angular artifact to generate or the workspace to create | |
target | No | The architect target to run (e.g., 'app:build:production') | |
appRoot | No | The absolute path to your Angular project root directory | |
package | No | The package to add to your Angular workspace | |
directory | No | The absolute path to where you want to create a new workspace | |
schematic | No | The type of Angular schematic to generate (e.g., 'component', 'service') |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
ng_generate | Run 'ng generate' to create a new Angular artifact (component, service, etc.) |
ng_add | Run 'ng add' to add a package to the Angular workspace |
ng_new | Run 'ng new' to create a new Angular workspace |
ng_run | Run 'ng run' to execute a custom architect target |
ng_update | Run 'ng update' to update Angular packages and run migrations. |