Releases: detailobsessed/efficient-gitlab-mcp
Releases · detailobsessed/efficient-gitlab-mcp
v0.3.2
v0.3.1
v0.3.0
v0.2.3
v0.2.2
v0.2.1
v0.2.0
v0.1.2
v0.1.1
v0.1.0
0.1.0 (2025-12-24)
Bug Fixes
- add
expandedtostartandendfor GitLabDiscussionNoteSchema (5024a2a) - add
expandedtostartandendfor GitLabDiscussionNoteSchema (d99c483) - add package-lock.json to .gitignore (067586c)
- add package-lock.json to .gitignore (e7e49f0)
- avoid error caused by line_range: null in discussion (d50b7fd)
- avoid error caused by line_range: null in discussion (ac2cee2)
- change default HOST from 0.0.0.0 to 127.0.0.1 (#289) (4225366)
- ci: add Node.js 22 setup for semantic-release (#13) (941a64b)
- Correct formatting of GITLAB_API_URL environment variable in README (06598d7)
- Correct formatting of GITLAB_API_URL environment variable in README (83f395d)
- create_or_update_file now properly updates existing files (#2) (6f97958)
- fix README (f4b265b)
- fix README (7323405)
- GitHub Actions workflow syntax errors (6d6110c)
- GitHub Actions workflow syntax errors (55d9a5e)
- improve error handling for GitLab API rate limit exceeded (11685d7)
- improve error handling for GitLab API rate limit exceeded (1a30d2c)
- list_issues: add hint for scope all (478df19)
- list_issues: add hint for scope all (aa3b2ab)
- list_issues: make project_id optional (b242522)
- list_issues: make project_id optional (7cd4731)
- merge_requests_template can be null (#79) (cd8f0e5)
- merge_requests_template can be null (#79) (73fdd8f)
- pin zod-to-json-schema to 3.24.5 to prevent breakage from v3.25.0 (#285) (1dfb212)
- remove duplicate entry for get_branch_diffs in tools list (6bc1379)
- remove duplicate entry for get_branch_diffs in tools list (8398109)
- rename to source branch (7b8cbc0)
- rename to source branch (5baa2d1)
- schemas: make avatar_url nullable in GitLabUserSchema (ab571d2)
- schemas: make avatar_url nullable in GitLabUserSchema (3f630ca)
- schemas: make illustration nullable in GitLabPipelineSchema (40e39d7)
- schemas: make illustration nullable in GitLabPipelineSchema (87efa04)
- Update Docker image repository name in workflow (b97b264)
- Update Docker image repository name in workflow (29ac699)
- Update README title and remove duplicate star history chart (92a3e95)
- Update README title and remove duplicate star history chart (126fa8c)
Features
- add 405 response for GET /mcp endpoint when STREAMABLE_HTTP is enabled. https://modelcontextprotocol.io/specification/2025-06-18/basic/transports#listening-for-messages-from-the-server (#295) (6a03064)
- add branch comparison functionality and update related schemas (c834ebc)
- add branch comparison functionality and update related schemas (af81bd4)
- add configuration files and scripts for project setup ✨ (5b35bc1)
- add configuration files and scripts for project setup ✨ (4aac7f5)
- add cookie-based authentication support for enterprise GitLab (#101) (402f068), closes #100 tou#cookie tou#cookie tou#cookie
- add cookie-based authentication support for enterprise GitLab (#101) (17b8574), closes #100 tou#cookie tou#cookie tou#cookie
- Add create_merge_request_thread tool for diff notes (026dd58)
- Add create_merge_request_thread tool for diff notes (23b0348)
- Add createDraftNote api support, useful for bulk code review (5f08153)
- Add createDraftNote api support, useful for bulk code review (73f0c48)
- add docker image and push to dockerhub (6f78969)
- add docker image and push to dockerhub (4fd7124)
- add GitLab search tools (global, project, group) (#6) (3e2e279)
- add GitLab tool modules with 52 tools and comprehensive tests ([#1](https://github.com/detailobsess...