@structured-world/gitlab-mcp 6.51.0 → 6.53.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/mrs/registry.js +38 -3
- package/dist/src/entities/mrs/registry.js.map +1 -1
- package/dist/src/entities/mrs/schema-readonly.d.ts +20 -0
- package/dist/src/entities/mrs/schema-readonly.js +101 -1
- package/dist/src/entities/mrs/schema-readonly.js.map +1 -1
- package/dist/src/entities/pipelines/registry.js +5 -2
- package/dist/src/entities/pipelines/registry.js.map +1 -1
- package/dist/src/entities/pipelines/schema.d.ts +1 -0
- package/dist/src/entities/pipelines/schema.js +14 -4
- package/dist/src/entities/pipelines/schema.js.map +1 -1
- package/dist/structured-world-gitlab-mcp-6.53.0.tgz +0 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +3 -1
- package/dist/structured-world-gitlab-mcp-6.51.0.tgz +0 -0
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"diff": "4.0.4",
|
|
9
9
|
"esbuild": ">=0.25.0"
|
|
10
10
|
},
|
|
11
|
-
"version": "6.
|
|
11
|
+
"version": "6.53.0",
|
|
12
12
|
"description": "MCP server for using the GitLab API",
|
|
13
13
|
"mcp": {
|
|
14
14
|
"name": "GitLab MCP Server",
|
|
@@ -451,6 +451,7 @@
|
|
|
451
451
|
"http-proxy-agent": "^7.0.2",
|
|
452
452
|
"https-proxy-agent": "^7.0.6",
|
|
453
453
|
"open": "^11.0.0",
|
|
454
|
+
"picomatch": "^4.0.0",
|
|
454
455
|
"pino": "^10.3.0",
|
|
455
456
|
"pino-pretty": "^13.1.3",
|
|
456
457
|
"socks-proxy-agent": "^8.0.5",
|
|
@@ -472,6 +473,7 @@
|
|
|
472
473
|
"@types/express": "^5.0.6",
|
|
473
474
|
"@types/jest": "^30.0.0",
|
|
474
475
|
"@types/node": "^24.10.9",
|
|
476
|
+
"@types/picomatch": "^4.0.2",
|
|
475
477
|
"@typescript-eslint/eslint-plugin": "^8.54.0",
|
|
476
478
|
"@typescript-eslint/parser": "^8.54.0",
|
|
477
479
|
"auto-changelog": "^2.5.0",
|
|
Binary file
|