I need GitLab MCP for merge request comment functionality #530
a-tkachuk-spd-tech
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Pre-submission Checklist
Your Idea
The idea is to delegate making changes to code after code review to AI.
So I create MR, my colleagues review it and leave comments.
I go to AI agent chat (I'm using VSCode with GitHub Copilot) and ask to:
gitlab_get_merge_requests
gitlab_get_merge_request_comments
and then ask to suggest appropriate changes according to comments left by colleagues.
So in order to achieve this I need to implement these two endpoints:
gitlab_get_merge_requests
gitlab_get_merge_request_comments
I see the repo is archived but not sure about the reason, please suggest the most appropriate way to achieve this
Scope
Beta Was this translation helpful? Give feedback.
All reactions