Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Log level (debug, info, warn, error) | info |
| TIDEWAYS_ORG | Yes | Tideways organization name | |
| TIDEWAYS_TOKEN | Yes | Tideways API access token | |
| TIDEWAYS_PROJECT | Yes | Tideways project name | |
| TIDEWAYS_BASE_URL | No | Tideways API base URL | https://app.tideways.io/apps/api |
| TIDEWAYS_RATE_LIMIT | No | API requests per hour — match to your plan (Team/Pro: 2500, Standard: 1000, Basic: 250) | 2500 |
| TIDEWAYS_MAX_RETRIES | No | Maximum API retry attempts | 3 |
| TIDEWAYS_REQUEST_TIMEOUT | No | API request timeout (ms) | 30000 |
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 | |