Update version to 1.0.7-fix to reflect URL path fix
This commit is contained in:
2
index.ts
2
index.ts
@ -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: {
|
||||||
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user