Skip to content
This repository was archived by the owner on May 25, 2026. It is now read-only.

Commit 0118b04

Browse files
chore(release): 2.10.0 [skip ci]
# [2.10.0](v2.9.0...v2.10.0) (2026-04-08) ### Features * auto-detect PAT scopes for read-only mode ([#51](#51)) ([#58](#58)) ([cbcecc9](cbcecc9))
1 parent cbcecc9 commit 0118b04

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [2.10.0](https://github.com/detailobsessed/efficient-gitlab-mcp/compare/v2.9.0...v2.10.0) (2026-04-08)
2+
3+
4+
### Features
5+
6+
* auto-detect PAT scopes for read-only mode ([#51](https://github.com/detailobsessed/efficient-gitlab-mcp/issues/51)) ([#58](https://github.com/detailobsessed/efficient-gitlab-mcp/issues/58)) ([cbcecc9](https://github.com/detailobsessed/efficient-gitlab-mcp/commit/cbcecc972ad974ae99821950a56f8bc9a7401a5f))
7+
18
# [2.9.0](https://github.com/detailobsessed/efficient-gitlab-mcp/compare/v2.8.0...v2.9.0) (2026-04-08)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "efficient-gitlab-mcp-server",
3-
"version": "2.9.0",
3+
"version": "2.10.0",
44
"mcpName": "io.github.detailobsessed/efficient-gitlab",
55
"description": "Production-ready GitLab MCP Server with progressive disclosure pattern",
66
"license": "MIT",

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"url": "https://github.com/detailobsessed/efficient-gitlab-mcp",
77
"source": "github"
88
},
9-
"version": "2.9.0",
9+
"version": "2.10.0",
1010
"packages": [
1111
{
1212
"registryType": "npm",
1313
"identifier": "efficient-gitlab-mcp-server",
14-
"version": "2.9.0",
14+
"version": "2.10.0",
1515
"transport": {
1616
"type": "stdio"
1717
},

0 commit comments

Comments
 (0)