Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_URL | Yes | The URL of your Aras Innovator server with database (e.g., https://your-aras-server.com/YourDatabase) | |
| LOG_LEVEL | No | Logging level (e.g., DEBUG, INFO, WARNING, ERROR) | INFO |
| API_TIMEOUT | No | API request timeout in seconds | 30 |
| API_PASSWORD | Yes | Your Aras Innovator password | |
| API_USERNAME | Yes | Your Aras Innovator username | |
| ARAS_DATABASE | Yes | Your Aras Innovator database name | |
| API_RETRY_COUNT | No | Number of retry attempts for failed API requests | 3 |
| API_RETRY_DELAY | No | Delay between retry attempts in seconds | 1 |
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 | |