Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
ACOMO_API_BASE | No | The base URL for the ACOMO API | http://localhost:3000/api |
ACOMO_TENANT_ID | Yes | The tenant ID (required) | |
ACOMO_API_VERSION | No | The API version to use | v1 |
ACOMO_MAX_RETRIES | No | Maximum number of retries for requests | 2 |
ACOMO_ACCESS_TOKEN | No | Optional Bearer token for authentication | |
ACOMO_OPENAPI_PATH | No | Absolute path to the OpenAPI JSON file | |
ACOMO_REQUEST_TIMEOUT_MS | No | Request timeout in milliseconds | 30000 |
ACOMO_ENABLE_MUTATION_TOOLS | No | Enable mutation tools | false |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |