Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP server port | 3000 |
| UNOPIM_BASE_URL | Yes | UnoPim API URL (e.g., http://localhost:8000) | |
| UNOPIM_PASSWORD | Yes | API password | |
| UNOPIM_USERNAME | Yes | API username | |
| UNOPIM_CLIENT_ID | Yes | OAuth2 Client ID | |
| UNOPIM_CLIENT_SECRET | Yes | OAuth2 Client Secret | |
| UNOPIM_DEFAULT_LOCALE | No | Default locale | en_US |
| UNOPIM_DEFAULT_CHANNEL | No | Default channel | default |
| UNOPIM_DEFAULT_CURRENCY | No | Default currency | USD |
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 | |