Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REDMINE_URL | No | The URL of your Redmine instance | |
| REDMINE_API_KEY | No | Your Redmine API key | |
| REDMINE_CA_CERT | No | Path to CA certificate file for SSL verification | |
| REDMINE_PASSWORD | No | Your Redmine password (for basic auth if API key not used) | |
| REDMINE_USERNAME | No | Your Redmine username (for basic auth if API key not used) | |
| REDMINE_SSL_VERIFY | No | Enable or disable SSL certificate verification | true |
| REDMINE_MAX_RETRIES | No | Maximum number of retries for failed requests | 3 |
| REDMINE_REQUEST_TIMEOUT | No | Request timeout in milliseconds | 30000 |
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 | |