Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| URL | Yes | Base URL of the decision runtime REST API | |
| DEBUG | No | When the value is true, debug messages are written to stderr | |
| DI_APIKEY | No | Decision Intelligence API key (required for diapikey mode) | |
| TRANSPORT | No | Transport protocol: stdio (default) or http | stdio |
| ZEN_APIKEY | No | Zen API key (required for zenapikey mode) | |
| ZEN_USERNAME | No | Zen username (required for zenapikey mode) | |
| BASIC_PASSWORD | No | Basic authentication password (required for basic mode) | |
| BASIC_USERNAME | No | Basic authentication username (required for basic mode) | |
| DEPLOYMENT_SPACES | No | Comma-separated list of deployment spaces to scan | development |
| AUTHENTICATION_MODE | No | Authentication mode to connect to the decision runtime: diapikey (default), zenapikey or basic | diapikey |
| DECISION_SERVICE_IDS | No | Comma-separated list of decision service IDs to be exposed as tools | |
| DECISION_SERVICE_POLL_INTERVAL | No | Interval in seconds for polling decision services | 30 |
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 | |