@structured-world/gitlab-mcp 6.48.2 → 6.49.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
@@ -8,7 +8,7 @@
8
8
  "diff": "4.0.4",
9
9
  "esbuild": ">=0.25.0"
10
10
  },
11
- "version": "6.48.2",
11
+ "version": "6.49.0",
12
12
  "description": "MCP server for using the GitLab API",
13
13
  "mcp": {
14
14
  "name": "GitLab MCP Server",
@@ -422,7 +422,7 @@
422
422
  "watch": "tsc --watch",
423
423
  "test": "cross-env JEST_UNIT_ONLY=true yarn jest",
424
424
  "test:cov": "cross-env JEST_UNIT_ONLY=true yarn jest --coverage",
425
- "test:integration": "yarn jest --testPathPattern=tests/integration --runInBand",
425
+ "test:integration": "yarn jest --testPathPatterns=tests/integration --runInBand",
426
426
  "test:all": "yarn jest --runInBand",
427
427
  "test:env-gating": "node tests/scripts/test-env-gating.js",
428
428
  "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'",