feat: implement list_merge_requests functionality

- Add ListMergeRequestsSchema with comprehensive filtering options
- Implement listMergeRequests function following GitLab API
- Add tool definition and switch case handler
- Include in readOnlyTools array
- Update README.md with new tool documentation
This commit is contained in:
Jiaqi Wang
2025-05-28 16:54:30 +02:00
parent f8b1444afd
commit cc847772f1
4 changed files with 137 additions and 2 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@zereight/mcp-gitlab",
"version": "1.0.38",
"version": "1.0.46",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@zereight/mcp-gitlab",
"version": "1.0.38",
"version": "1.0.46",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "1.8.0",