From 401b3d2953ab0e5955d70ed511d4d32c02796b7f Mon Sep 17 00:00:00 2001 From: simple Date: Tue, 18 Mar 2025 09:56:16 +0900 Subject: [PATCH] version up --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e2a3146..a87b8c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zereight/mcp-gitlab", - "version": "1.0.7-fix", + "version": "1.0.12", "description": "MCP server for using the GitLab API", "license": "MIT", "author": "zereight", @@ -18,7 +18,8 @@ "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "prepare": "npm run build", - "watch": "tsc --watch" + "watch": "tsc --watch", + "deploy": "npm run build && npm publish" }, "dependencies": { "@modelcontextprotocol/sdk": "1.0.1",