@fruggr/zendesk-mcp-server 2.14.2 → 2.16.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fruggr/zendesk-mcp-server",
3
- "version": "2.14.2",
3
+ "version": "2.16.0",
4
4
  "mcpName": "io.github.fruggr/zendesk-mcp-server",
5
5
  "description": "Deep Zendesk MCP server for your AI assistant: search, draft, update and translate Help Center articles and manage Support tickets end to end — comments, triage and image attachments.",
6
6
  "type": "module",
@@ -19,10 +19,10 @@
19
19
  "typecheck": "node scripts/typecheck.mjs",
20
20
  "start": "node dist/index.js",
21
21
  "dev": "tsx watch src/index.ts",
22
- "prepare": "npm run build",
22
+ "prepare": "npm run build && (lefthook install || true)",
23
23
  "prepublishOnly": "npm run build",
24
- "check": "biome check --error-on-warnings src/ tests/ scripts/",
25
- "check:fix": "biome check --write src/ tests/ scripts/",
24
+ "check": "node scripts/biome.mjs check --error-on-warnings src/ tests/ scripts/",
25
+ "check:fix": "node scripts/biome.mjs check --write src/ tests/ scripts/",
26
26
  "test": "vitest run",
27
27
  "test:watch": "vitest watch",
28
28
  "test:coverage": "vitest run --coverage",
@@ -67,7 +67,7 @@
67
67
  "engines": {
68
68
  "node": ">=20"
69
69
  },
70
- "packageManager": "pnpm@11.11.0+sha512.4463f65fd80ed80d69bc1d4bf163ee94f605c7380fc318bb5b2ebe15f8cd12d49c51a4d59e951b401e764d3b6ca751cbf51bc50ed7001a6bcb4935e684c34882",
70
+ "packageManager": "pnpm@11.16.0+sha512.b767e9a98fc87aec0f42daefcd0e84941c2cdb45d73c4e1e68860fb2bdfdbe032ab592105479e5e05c237f740c8a5ffdbbb52385797ddc2296745a1bbb883e8d",
71
71
  "dependencies": {
72
72
  "@modelcontextprotocol/sdk": "1.29.0",
73
73
  "cheerio": "1.2.0",
@@ -86,7 +86,7 @@
86
86
  "zod": "4.4.3"
87
87
  },
88
88
  "devDependencies": {
89
- "@biomejs/biome": "2.5.4",
89
+ "@biomejs/biome": "2.5.5",
90
90
  "@semantic-release/changelog": "^6.0.3",
91
91
  "@semantic-release/exec": "^7.1.0",
92
92
  "@semantic-release/git": "^10.0.1",
@@ -98,7 +98,8 @@
98
98
  "@types/hast": "^3.0.4",
99
99
  "@types/node": "^22.15.0",
100
100
  "@vitest/coverage-v8": "^4.1.0",
101
- "conventional-changelog-conventionalcommits": "^9.3.1",
101
+ "conventional-changelog-conventionalcommits": "^10.2.1",
102
+ "lefthook": "^2.1.10",
102
103
  "msw": "^2.12.13",
103
104
  "semantic-release": "^25.0.3",
104
105
  "shx": "^0.4.0",