list_mr_notes
Fetch comments from a GitLab merge request using project ID and MR IID. Supports pagination for large comment threads.
Instructions
MR 코멘트 목록 조회
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 페이지 번호 (1부터) | |
| mr_iid | Yes | MR iid | |
| instance | No | 대상 GitLab 인스턴스명 (생략 시 default) | |
| per_page | No | 페이지당 개수 (기본 20) | |
| project_id | Yes | 프로젝트 ID |