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({
name: "gitlab-mcp-server",
version: "0.1.0",
version: "0.5.1",
}, {
capabilities: {
tools: {}

View File

@@ -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",

View File

@@ -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)",