Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BASE_URL | No | The base URL of your deployed application (e.g., https://app-web-[unique-id].azurewebsites.net) | |
| ENVIRONMENT | No | The deployment environment (e.g., production, development) | development |
| JWT_SECRET_KEY | Yes | Your secure JWT secret key for token signing | |
| AZURE_CLIENT_ID | Yes | Your Azure App Registration client ID | |
| AZURE_TENANT_ID | Yes | Your Azure tenant ID | |
| AZURE_REDIRECT_URI | No | The redirect URI for Azure AD OAuth callback (e.g., https://app-web-[unique-id].azurewebsites.net/auth/azure/callback) | |
| AZURE_CLIENT_SECRET | Yes | Your Azure App Registration client secret |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |