Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DRY_RUN | No | Simulate operations without executing them. Defaults to false. | false |
| SAFE_MODE | No | Blocks write operations when enabled. Defaults to true. | true |
| MAX_RETRIES | No | Maximum number of retries for API requests in case of timeouts. | |
| GITLAB_TOKEN | Yes | GitLab Personal Access Token with appropriate permissions (e.g., glpat-xxxxxxxxxxxx) | |
| GITLAB_BASE_URL | No | The base URL of the GitLab instance API (e.g., https://gitlab.com/api/v4) | https://gitlab.com/api/v4 |
| ALLOWED_PROJECTS | No | Use '*' for all, empty to block all, or list specific projects to limit the scope of the assistant. | * |
| GITLAB_PROJECT_ID | No | Target GitLab project ID |
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 | |