update versions to match

This commit is contained in:
Taylor McCaslin
2024-11-25 21:57:15 -07:00
committed by David Soria Parra
parent ffe49237b9
commit cfdf46fa2f
3 changed files with 4 additions and 4 deletions

View File

@@ -48,7 +48,7 @@ import {
const server = new Server({ const server = new Server({
name: "gitlab-mcp-server", name: "gitlab-mcp-server",
version: "0.1.0", version: "0.5.1",
}, { }, {
capabilities: { capabilities: {
tools: {} tools: {}

View File

@@ -1,12 +1,12 @@
{ {
"name": "@modelcontextprotocol/server-gitlab", "name": "@modelcontextprotocol/server-gitlab",
"version": "0.0.1", "version": "0.5.1",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@modelcontextprotocol/server-gitlab", "name": "@modelcontextprotocol/server-gitlab",
"version": "0.0.1", "version": "0.5.1",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@modelcontextprotocol/sdk": "0.6.0", "@modelcontextprotocol/sdk": "0.6.0",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@modelcontextprotocol/server-gitlab", "name": "@modelcontextprotocol/server-gitlab",
"version": "0.0.1", "version": "0.5.1",
"description": "MCP server for using the GitLab API", "description": "MCP server for using the GitLab API",
"license": "MIT", "license": "MIT",
"author": "GitLab, PBC (https://gitlab.com)", "author": "GitLab, PBC (https://gitlab.com)",