@structured-world/gitlab-mcp 6.29.0 → 6.30.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/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "hono": "4.11.5",
7
7
  "diff": "4.0.4"
8
8
  },
9
- "version": "6.29.0",
9
+ "version": "6.30.0",
10
10
  "description": "MCP server for using the GitLab API",
11
11
  "license": "Apache-2.0",
12
12
  "author": "Dmitry Prudnikov <mail@polaz.com>",
@@ -44,10 +44,12 @@
44
44
  "dev:sse": "node --env-file=.env.test -r source-map-support/register -r ts-node/register --experimental-specifier-resolution=node --experimental-print-required-tla --watch src/main.ts sse",
45
45
  "dev": "node --env-file=.env.test -r source-map-support/register -r ts-node/register --experimental-specifier-resolution=node --experimental-print-required-tla --watch src/main.ts",
46
46
  "watch": "tsc --watch",
47
- "test": "yarn jest --runInBand",
48
- "test:unit": "cross-env JEST_UNIT_ONLY=true yarn jest",
47
+ "test": "cross-env JEST_UNIT_ONLY=true yarn jest",
49
48
  "test:cov": "cross-env JEST_UNIT_ONLY=true yarn jest --coverage",
49
+ "test:integration": "yarn jest --testPathPattern=tests/integration --runInBand",
50
+ "test:all": "yarn jest --runInBand",
50
51
  "test:env-gating": "node tests/scripts/test-env-gating.js",
52
+ "test:help": "printf '# Test Scripts\\n yarn test - Unit tests only (fast, safe default)\\n yarn test <pattern> - Unit tests matching pattern\\n yarn test:cov - Unit test coverage\\n yarn test:integration - Integration tests (needs .env.test)\\n yarn test:all - Full suite (unit + integration)\\n yarn test:env-gating - Test environment gating\\n'",
51
53
  "cleanup:test-groups": "node scripts/cleanup-test-groups.js",
52
54
  "cleanup:test-groups:dry-run": "node scripts/cleanup-test-groups.js --dry-run",
53
55
  "cleanup:test-groups:force": "node scripts/cleanup-test-groups.js --force",
@@ -59,7 +61,7 @@
59
61
  "list-tools:dev": "node --env-file=.env.test -r source-map-support/register -r ts-node/register --experimental-specifier-resolution=node src/cli/list-tools.ts"
60
62
  },
61
63
  "dependencies": {
62
- "@clack/prompts": "^0.11.0",
64
+ "@clack/prompts": "1.0.0-alpha.9",
63
65
  "@graphql-typed-document-node/core": "^3.2.0",
64
66
  "@modelcontextprotocol/sdk": "^1.25.3",
65
67
  "@prisma/client": "^7.3.0",
@@ -77,7 +79,7 @@
77
79
  "transliteration": "^2.6.1",
78
80
  "undici": "^7.19.0",
79
81
  "yaml": "^2.8.2",
80
- "zod": "^4.3.5"
82
+ "zod": "^4.3.6"
81
83
  },
82
84
  "devDependencies": {
83
85
  "@eslint/js": "^9.39.2",