Skip to content

Commit e1e8495

Browse files
committed
chore(release): v2.1.34
1 parent 8d307e7 commit e1e8495

9 files changed

Lines changed: 11 additions & 11 deletions

File tree

README.ko.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ npm install -g @zereight/mcp-gitlab
7979

8080
예시는 기존 `mcp-gitlab`보다 충돌 가능성이 낮은 `zereight-mcp-gitlab` 별칭을 사용합니다. MCP 클라이언트가 찾지 못하면 `which zereight-mcp-gitlab`의 절대 경로를 사용하세요.
8181

82-
전역 설치를 쓰지 않으려면 `npx -y @zereight/mcp-gitlab@2.1.32`처럼 직전 안정 버전(문서가 권장하는 버전)으로 고정하세요. 항상 최신 버전을 원하면 `npx -y @zereight/mcp-gitlab@latest`를 사용하세요. 새 버전이 나오면 서버가 시작 시 stderr로 알려줍니다(`GITLAB_DISABLE_VERSION_CHECK=true`로 비활성화 가능).
82+
전역 설치를 쓰지 않으려면 `npx -y @zereight/mcp-gitlab@2.1.33`처럼 직전 안정 버전(문서가 권장하는 버전)으로 고정하세요. 항상 최신 버전을 원하면 `npx -y @zereight/mcp-gitlab@latest`를 사용하세요. 새 버전이 나오면 서버가 시작 시 stderr로 알려줍니다(`GITLAB_DISABLE_VERSION_CHECK=true`로 비활성화 가능).
8383

8484
#### CLI 인자 사용하기(환경 변수 문제가 있는 클라이언트용)
8585

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ npm install -g @zereight/mcp-gitlab
7979

8080
The examples use `zereight-mcp-gitlab`, a less collision-prone alias for the legacy `mcp-gitlab` binary. If your MCP client cannot find it, use the absolute path from `which zereight-mcp-gitlab`.
8181

82-
No global install? Pin `npx` to the previous stable release (the version these docs recommend), for example `npx -y @zereight/mcp-gitlab@2.1.32`. If you always want the newest release, use `npx -y @zereight/mcp-gitlab@latest` instead. The server prints a notice to stderr on startup when a newer version is available (disable with `GITLAB_DISABLE_VERSION_CHECK=true`).
82+
No global install? Pin `npx` to the previous stable release (the version these docs recommend), for example `npx -y @zereight/mcp-gitlab@2.1.33`. If you always want the newest release, use `npx -y @zereight/mcp-gitlab@latest` instead. The server prints a notice to stderr on startup when a newer version is available (disable with `GITLAB_DISABLE_VERSION_CHECK=true`).
8383

8484
#### Using CLI Arguments (for clients with env var issues)
8585

README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ npm install -g @zereight/mcp-gitlab
7979

8080
示例使用 `zereight-mcp-gitlab`,这是比旧的 `mcp-gitlab` 更不容易冲突的别名。如果 MCP 客户端找不到它,请使用 `which zereight-mcp-gitlab` 输出的绝对路径。
8181

82-
如果不想全局安装,请将 `npx` 固定到上一个稳定版本(即文档推荐的版本),例如 `npx -y @zereight/mcp-gitlab@2.1.32`。如果始终想使用最新版本,请改用 `npx -y @zereight/mcp-gitlab@latest`。有新版本发布时,服务器会在启动时通过 stderr 提示(可用 `GITLAB_DISABLE_VERSION_CHECK=true` 关闭)。
82+
如果不想全局安装,请将 `npx` 固定到上一个稳定版本(即文档推荐的版本),例如 `npx -y @zereight/mcp-gitlab@2.1.33`。如果始终想使用最新版本,请改用 `npx -y @zereight/mcp-gitlab@latest`。有新版本发布时,服务器会在启动时通过 stderr 提示(可用 `GITLAB_DISABLE_VERSION_CHECK=true` 关闭)。
8383

8484
#### 使用 CLI 参数(适用于环境变量有问题的客户端)
8585

docs/clients/json-clients.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Use the local stdio server fields that your client expects and map in these valu
3030

3131
The examples use `zereight-mcp-gitlab`, a less collision-prone alias for the legacy `mcp-gitlab` binary. If your client cannot find it, use the absolute path from `which zereight-mcp-gitlab`.
3232

33-
No global install? Pin `npx` to the previous stable release, for example use `command: "npx"` with `args: ["-y", "@zereight/mcp-gitlab@2.1.32"]` before any server flags. Use `@zereight/mcp-gitlab@latest` if you always want the newest release.
33+
No global install? Pin `npx` to the previous stable release, for example use `command: "npx"` with `args: ["-y", "@zereight/mcp-gitlab@2.1.33"]` before any server flags. Use `@zereight/mcp-gitlab@latest` if you always want the newest release.
3434

3535
## Reusable PAT server block
3636

docs/getting-started/cli-arguments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Or with npm:
1818
npm install -g @zereight/mcp-gitlab
1919
```
2020

21-
No global install? Pin `npx` to the previous stable release and keep the server flags after it, for example `npx -y @zereight/mcp-gitlab@2.1.32 --token=...`. Use `@zereight/mcp-gitlab@latest` if you always want the newest release.
21+
No global install? Pin `npx` to the previous stable release and keep the server flags after it, for example `npx -y @zereight/mcp-gitlab@2.1.33 --token=...`. Use `@zereight/mcp-gitlab@latest` if you always want the newest release.
2222

2323
## Example config
2424

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ npm install -g @zereight/mcp-gitlab
4343

4444
The examples use `zereight-mcp-gitlab`, a less collision-prone alias for the legacy `mcp-gitlab` binary. If your MCP client cannot find it, use the absolute path from `which zereight-mcp-gitlab`.
4545

46-
No global install? Pin `npx` to the previous stable release (the version these docs recommend), for example `npx -y @zereight/mcp-gitlab@2.1.32`. If you always want the newest release, use `npx -y @zereight/mcp-gitlab@latest` instead.
46+
No global install? Pin `npx` to the previous stable release (the version these docs recommend), for example `npx -y @zereight/mcp-gitlab@2.1.33`. If you always want the newest release, use `npx -y @zereight/mcp-gitlab@latest` instead.
4747

4848
=== "Personal Access Token"
4949

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zereight/mcp-gitlab",
3-
"version": "2.1.33",
3+
"version": "2.1.34",
44
"mcpName": "io.github.zereight/gitlab-mcp",
55
"description": "GitLab MCP server for projects, merge requests, issues, pipelines, wiki, releases, and more",
66
"keywords": [

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/zereight/gitlab-mcp",
77
"source": "github"
88
},
9-
"version": "2.1.33",
9+
"version": "2.1.34",
1010
"packages": [
1111
{
1212
"registryType": "npm",
1313
"identifier": "@zereight/mcp-gitlab",
14-
"version": "2.1.33",
14+
"version": "2.1.34",
1515
"transport": {
1616
"type": "stdio"
1717
},

0 commit comments

Comments
 (0)