@@ -58,7 +58,7 @@ npx -y di-mcp-server --authentication-mode basic --basic-username <YOUR_USERNAME
5858
5959Syntax of the command line:
6060``` bash
61- npx -y di-mcp-server [--authentication-mode < AUTHENTICATION_MODE> ] < CREDENTIALS> --url < RUNTIME_BASE_URL> [--transport < TRANSPORT> ] [--deployment-spaces < DEPLOYMENT_SPACES> ]
61+ npx -y di-mcp-server [--authentication-mode < AUTHENTICATION_MODE> ] < CREDENTIALS> --url < RUNTIME_BASE_URL> [--transport < TRANSPORT> ] [--deployment-spaces < DEPLOYMENT_SPACES> ] [--decision-service-ids < DECISION_SERVICE_IDS > ]
6262```
6363
6464where
@@ -74,18 +74,19 @@ where
7474
7575The following environment variables can be used in addition to the command line options.
7676
77- | CLI Option | Environment Variable | Description |
78- | ------------| ---------------------| ---------------------------------------------------------------------------------------------------------------|
79- | --authentication-mode | AUTHENTICATION_MODE | Optional authentication mode to connect to the decision runtime: ` diapikey ` (default), ` zenapikey ` or ` basic ` |
80- | --di-apikey | DI_APIKEY | Decision Intelligence API key |
81- | --zen-username | ZEN_USERNAME | Zen username |
82- | --zen-apikey | ZEN_APIKEY | Zen API key |
83- | --basic-username | BASIC_USERNAME | Basic authentication username |
84- | --basic-password | BASIC_PASSWORD | Basic authentication password |
85- | --deployment-spaces | DEPLOYMENT_SPACES | Optional comma-separated list of deployment spaces to scan (default: ` development ` ) |
86- | --debug | DEBUG | When the value is ` true ` , the debug messages are written to the ` stderr ` of the MCP server |
87- | --transport | TRANSPORT | Optional transport protocol: ` stdio ` (default) or ` http ` |
88- | --url | URL | Base URL of the decision runtime </br > |
77+ | CLI Option | Environment Variable | Description |
78+ | ------------------------| ----------------------| --------------------------------------------------------------------------------------------------------------|
79+ | --authentication-mode | AUTHENTICATION_MODE | Optional authentication mode to connect to the decision runtime: ` diapikey ` (default), ` zenapikey ` or ` basic ` |
80+ | --di-apikey | DI_APIKEY | Decision Intelligence API key |
81+ | --zen-username | ZEN_USERNAME | Zen username |
82+ | --zen-apikey | ZEN_APIKEY | Zen API key |
83+ | --basic-username | BASIC_USERNAME | Basic authentication username |
84+ | --basic-password | BASIC_PASSWORD | Basic authentication password |
85+ | --decision-service-ids | DECISION_SERVICE_IDS | Optional comma-separated list of decision services (default: fetch all decision services) |
86+ | --deployment-spaces | DEPLOYMENT_SPACES | Optional comma-separated list of deployment spaces to scan (default: ` development ` ) |
87+ | --debug | DEBUG | When the value is ` true ` , the debug messages are written to the ` stderr ` of the MCP server |
88+ | --transport | TRANSPORT | Optional transport protocol: ` stdio ` (default) or ` http ` |
89+ | --url | URL | Base URL of the decision runtime </br > |
8990
9091<a id =" ai_applications " ></a >
9192## Integrating decision services into AI applications
0 commit comments