gitlab_list_mrs
Retrieve GitLab merge requests filtered by state, project path, and result limit for code review and diagnostics.
Instructions
查询 GitLab 项目 Merge Request 列表
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | MR 状态 (默认 opened) | |
| project | No | 项目路径 (默认: 后端项目) | |
| maxResults | No | 最大结果数 (默认 20) |