We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f25e149 commit d5a652dCopy full SHA for d5a652d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@zereight/mcp-gitlab",
3
- "version": "2.0.0",
+ "version": "2.0.0-beta.0",
4
"description": "MCP server for using the GitLab API",
5
"license": "MIT",
6
"author": "zereight",
@@ -20,8 +20,8 @@
20
"prepare": "npm run build",
21
"dev": "npm run build && node build/index.js",
22
"watch": "tsc --watch",
23
- "deploy": "npm publish --access public",
24
- "deploy:beta": "npm publish --access public --tag beta",
+ "npm:deploy": "npm publish --access public",
+ "npm:deploy:beta": "npm publish --access public --tag beta",
25
"generate-tools": "npx ts-node scripts/generate-tools-readme.ts",
26
"changelog": "auto-changelog -p",
27
"test": "node test/validate-api.js",
0 commit comments