Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| USE_OAUTH | No | Enable OAuth 2.0 authentication | false |
| GITLAB_API_URL | No | GitLab API URL | https://gitlab.com/api/v4 |
| GITLAB_PROJECT_ID | No | Default project ID | |
| GITLAB_READ_ONLY_MODE | No | Enable read-only mode | false |
| GITLAB_ALLOWED_PROJECT_IDS | No | Comma-separated list of allowed project IDs | |
| GITLAB_PERSONAL_ACCESS_TOKEN | No | Personal access token (if not using OAuth) |
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 | |