Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Enable debug mode | false |
| LOG_LEVEL | No | Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL) | INFO |
| GITLAB_HOST | No | GitLab instance hostname | gitlab.com |
| MAX_RETRIES | No | Maximum retry attempts for failed requests | 3 |
| GITLAB_TOKEN | Yes | Your GitLab personal access token | |
| REQUEST_TIMEOUT | No | API request timeout in seconds | 30 |
| GITLAB_API_VERSION | No | GitLab API version to use | v4 |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |