Update version to 1.0.7-fix to reflect URL path fix

This commit is contained in:
Admin
2025-03-17 14:13:45 -07:00
parent 9c17e9b828
commit 68c332c0a7
2 changed files with 5 additions and 3 deletions

View File

@ -57,7 +57,7 @@ import {
const server = new Server( const server = new Server(
{ {
name: "better-gitlab-mcp-server", name: "better-gitlab-mcp-server",
version: "0.0.1", version: "1.0.7-fix",
}, },
{ {
capabilities: { capabilities: {

View File

@ -1,6 +1,6 @@
{ {
"name": "@zereight/mcp-gitlab", "name": "@zereight/mcp-gitlab",
"version": "1.0.6", "version": "1.0.7-fix",
"description": "MCP server for using the GitLab API", "description": "MCP server for using the GitLab API",
"license": "MIT", "license": "MIT",
"author": "zereight", "author": "zereight",
@ -27,6 +27,8 @@
"zod-to-json-schema": "^3.23.5" "zod-to-json-schema": "^3.23.5"
}, },
"devDependencies": { "devDependencies": {
"typescript": "^5.6.2" "@types/node": "^22.13.10",
"typescript": "^5.8.2",
"zod": "3.21.4"
} }
} }