diff --git a/src/gitlab/index.ts b/src/gitlab/index.ts index 9da4092c..e246af4d 100644 --- a/src/gitlab/index.ts +++ b/src/gitlab/index.ts @@ -48,7 +48,7 @@ import { const server = new Server({ name: "gitlab-mcp-server", - version: "0.1.0", + version: "0.5.1", }, { capabilities: { tools: {} diff --git a/src/gitlab/package-lock.json b/src/gitlab/package-lock.json index 921aad1e..9cb28696 100644 --- a/src/gitlab/package-lock.json +++ b/src/gitlab/package-lock.json @@ -1,12 +1,12 @@ { "name": "@modelcontextprotocol/server-gitlab", - "version": "0.0.1", + "version": "0.5.1", "lockfileVersion": 1, "requires": true, "packages": { "": { "name": "@modelcontextprotocol/server-gitlab", - "version": "0.0.1", + "version": "0.5.1", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "0.6.0", diff --git a/src/gitlab/package.json b/src/gitlab/package.json index b5632a87..e4b35fff 100644 --- a/src/gitlab/package.json +++ b/src/gitlab/package.json @@ -1,6 +1,6 @@ { "name": "@modelcontextprotocol/server-gitlab", - "version": "0.0.1", + "version": "0.5.1", "description": "MCP server for using the GitLab API", "license": "MIT", "author": "GitLab, PBC (https://gitlab.com)",