@structured-world/gitlab-mcp 6.52.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 +10 -1
- package/dist/src/entities/mrs/registry.js.map +1 -1
- package/dist/src/entities/mrs/schema-readonly.d.ts +11 -0
- package/dist/src/entities/mrs/schema-readonly.js +48 -0
- 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 +2 -2
- package/dist/structured-world-gitlab-mcp-6.52.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",
|
|
@@ -473,7 +473,7 @@
|
|
|
473
473
|
"@types/express": "^5.0.6",
|
|
474
474
|
"@types/jest": "^30.0.0",
|
|
475
475
|
"@types/node": "^24.10.9",
|
|
476
|
-
"@types/picomatch": "^4.0.
|
|
476
|
+
"@types/picomatch": "^4.0.2",
|
|
477
477
|
"@typescript-eslint/eslint-plugin": "^8.54.0",
|
|
478
478
|
"@typescript-eslint/parser": "^8.54.0",
|
|
479
479
|
"auto-changelog": "^2.5.0",
|
|
Binary file
|