Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KOMODO_URL | Yes | Komodo API base URL | |
| KOMODO_API_KEY | Yes | API key for authentication | |
| KOMODO_TIMEOUT | No | Request timeout (ms) | 30000 |
| KOMODO_LOG_LEVEL | No | Logging level | info |
| KOMODO_API_SECRET | Yes | API secret for HMAC signing | |
| KOMODO_SSL_VERIFY | No | Verify SSL certificates | true |
| KOMODO_RETRY_COUNT | No | Number of retries on failure | 3 |
| KOMODO_RETRY_DELAY | No | Delay between retries (ms) | 1000 |
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 | |