Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Server port | 3000 |
| NODE_ENV | No | Node environment (development or production) | development |
| AZURE_CLIENT_ID | Yes | Your Azure Client ID (appId from Service Principal) | |
| AZURE_TENANT_ID | Yes | Your Azure Tenant ID | |
| RESOURCE_GROUPS | No | Comma-separated list of Resource Groups to monitor (e.g., rg-production,rg-staging) | |
| AZURE_CLIENT_SECRET | Yes | Your Azure Client Secret (password from Service Principal) | |
| AZURE_SUBSCRIPTION_ID | Yes | Your Azure Subscription ID |
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 |
|---|---|
No tools | |