Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| D365_CLIENT_ID | No | Azure AD application (client) ID | |
| D365_HTTP_PORT | No | HTTP port (when using http transport) | 3000 |
| D365_LOG_LEVEL | No | Logging level | info |
| D365_TENANT_ID | No | Azure AD tenant ID | |
| D365_TRANSPORT | No | Transport mode (stdio or http) | stdio |
| D365_SINGLE_ENV | No | Tells the server to load only a specific environment defined in the configuration file | |
| D365_CONFIG_FILE | No | Path to config file (e.g., d365-environments.json) if not in default location | |
| D365_CLIENT_SECRET | No | Azure AD client secret | |
| D365_ENVIRONMENT_URL | No | D365 F&O environment URL (e.g., https://contoso.operations.dynamics.com) | |
| D365_ENVIRONMENT_TYPE | No | Optional: 'production' or 'non-production' (defaults to 'production' for safety) | production |
| D365_PAGINATION_TIMEOUT_MS | No | Timeout (ms) for paginated requests on large datasets | 60000 |
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 | |