Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
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. |