mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-24 23:05:21 +02:00
update versions to match
This commit is contained in:
committed by
David Soria Parra
parent
ffe49237b9
commit
cfdf46fa2f
@@ -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: {}
|
||||||
|
|||||||
4
src/gitlab/package-lock.json
generated
4
src/gitlab/package-lock.json
generated
@@ -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",
|
||||||
|
|||||||
@@ -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)",
|
||||||
|
|||||||
Reference in New Issue
Block a user