Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITLAB_URL | No | Your GitLab instance URL | https://gitlab.com |
| GITLAB_TOKEN | Yes | Your GitLab personal access token |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_tasks | プロジェクトのカンバンボードのタスク一覧を取得 |
| create_task | カンバンボードに新しいタスクを作成 |
| update_task | カンバンボードのタスクを更新 |
| delete_task | カンバンボードのタスクを削除 |
| add_comment | タスクにコメントを追加 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |