@structured-world/gitlab-mcp 6.49.0 → 6.51.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/src/entities/workitems/registry.js +9 -0
- package/dist/src/entities/workitems/registry.js.map +1 -1
- package/dist/src/graphql/workItems.js +36 -0
- package/dist/src/graphql/workItems.js.map +1 -1
- package/dist/src/utils/gitlab-api.d.ts +5 -2
- package/dist/src/utils/gitlab-api.js +8 -1
- package/dist/src/utils/gitlab-api.js.map +1 -1
- package/dist/structured-world-gitlab-mcp-6.51.0.tgz +0 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +10 -9
- package/dist/structured-world-gitlab-mcp-6.49.0.tgz +0 -0
package/package.json
CHANGED
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
"resolutions": {
|
|
5
5
|
"lodash": "4.17.23",
|
|
6
6
|
"lodash-es": "4.17.23",
|
|
7
|
-
"hono": "4.11.
|
|
7
|
+
"hono": "4.11.7",
|
|
8
8
|
"diff": "4.0.4",
|
|
9
9
|
"esbuild": ">=0.25.0"
|
|
10
10
|
},
|
|
11
|
-
"version": "6.
|
|
11
|
+
"version": "6.51.0",
|
|
12
12
|
"description": "MCP server for using the GitLab API",
|
|
13
13
|
"mcp": {
|
|
14
14
|
"name": "GitLab MCP Server",
|
|
@@ -442,7 +442,7 @@
|
|
|
442
442
|
"build:mcpb": "./scripts/build-mcpb.sh"
|
|
443
443
|
},
|
|
444
444
|
"dependencies": {
|
|
445
|
-
"@clack/prompts": "1.0.0
|
|
445
|
+
"@clack/prompts": "1.0.0",
|
|
446
446
|
"@modelcontextprotocol/sdk": "^1.25.3",
|
|
447
447
|
"@prisma/client": "^7.3.0",
|
|
448
448
|
"express": "^5.2.1",
|
|
@@ -455,24 +455,25 @@
|
|
|
455
455
|
"pino-pretty": "^13.1.3",
|
|
456
456
|
"socks-proxy-agent": "^8.0.5",
|
|
457
457
|
"transliteration": "^2.6.1",
|
|
458
|
-
"undici": "^7.19.
|
|
458
|
+
"undici": "^7.19.2",
|
|
459
459
|
"yaml": "^2.8.2",
|
|
460
460
|
"zod": "^4.3.6"
|
|
461
461
|
},
|
|
462
462
|
"devDependencies": {
|
|
463
|
-
"@cloudflare/workers-types": "^4.
|
|
463
|
+
"@cloudflare/workers-types": "^4.20260131.0",
|
|
464
464
|
"@eslint/js": "^9.39.2",
|
|
465
465
|
"@graphql-typed-document-node/core": "^3.2.0",
|
|
466
466
|
"@semantic-release/changelog": "^6.0.3",
|
|
467
467
|
"@semantic-release/exec": "^7.1.0",
|
|
468
468
|
"@semantic-release/git": "^10.0.1",
|
|
469
|
-
"@semantic-release/github": "^12.0.
|
|
469
|
+
"@semantic-release/github": "^12.0.3",
|
|
470
470
|
"@semantic-release/npm": "^13.1.3",
|
|
471
|
+
"@structured-world/vue-privacy": "^1.2.3",
|
|
471
472
|
"@types/express": "^5.0.6",
|
|
472
473
|
"@types/jest": "^30.0.0",
|
|
473
474
|
"@types/node": "^24.10.9",
|
|
474
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
475
|
-
"@typescript-eslint/parser": "^8.
|
|
475
|
+
"@typescript-eslint/eslint-plugin": "^8.54.0",
|
|
476
|
+
"@typescript-eslint/parser": "^8.54.0",
|
|
476
477
|
"auto-changelog": "^2.5.0",
|
|
477
478
|
"conventional-changelog-conventionalcommits": "^9.1.0",
|
|
478
479
|
"cross-env": "^10.1.0",
|
|
@@ -482,7 +483,7 @@
|
|
|
482
483
|
"jest": "^30.2.0",
|
|
483
484
|
"prettier": "^3.8.1",
|
|
484
485
|
"prisma": "^7.3.0",
|
|
485
|
-
"semantic-release": "^25.0.
|
|
486
|
+
"semantic-release": "^25.0.3",
|
|
486
487
|
"ts-jest": "^29.4.6",
|
|
487
488
|
"ts-node": "^10.9.2",
|
|
488
489
|
"typescript": "^5.9.3",
|
|
Binary file
|