Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ODOO_DB | Yes | Odoo database name | |
| ODOO_URL | Yes | URL of your Odoo instance (without trailing slash) | |
| LOG_LEVEL | No | Logging level (optional) | INFO |
| REDIS_URL | No | Redis connection URL (optional) | redis://localhost:6379/0 |
| LOG_FORMAT | No | Format for logs, either 'json' or 'text' (optional) | json |
| ODOO_API_KEY | Yes | Your Odoo API key | |
| ODOO_USERNAME | Yes | Your Odoo username (email address) | |
| REDIS_ENABLED | No | Whether to enable Redis caching (optional) | true |
| REDIS_DEFAULT_TTL | No | Default TTL for cached items in seconds (optional) | 300 |
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 | |