@fruggr/zendesk-mcp-server 2.16.0 → 2.17.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,11 +1,10 @@
1
1
  {
2
2
  "name": "@fruggr/zendesk-mcp-server",
3
- "version": "2.16.0",
3
+ "version": "2.17.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",
7
7
  "main": "dist/index.js",
8
- "types": "dist/index.d.ts",
9
8
  "bin": {
10
9
  "zendesk-mcp-server": "./dist/index.js"
11
10
  },
@@ -21,11 +20,14 @@
21
20
  "dev": "tsx watch src/index.ts",
22
21
  "prepare": "npm run build && (lefthook install || true)",
23
22
  "prepublishOnly": "npm run build",
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/",
23
+ "check": "node scripts/biome.mjs check --error-on-warnings .",
24
+ "check:fix": "node scripts/biome.mjs check --write .",
26
25
  "test": "vitest run",
27
26
  "test:watch": "vitest watch",
28
27
  "test:coverage": "vitest run --coverage",
28
+ "test:mutation": "stryker run",
29
+ "test:mutation:diff": "node scripts/mutation-scope.mjs diff",
30
+ "test:mutation:summary": "node scripts/mutation-scope.mjs summary",
29
31
  "test:smoke": "pnpm build && node scripts/smoke-test.mjs",
30
32
  "mcp:live": "tsx scripts/mcp-live.ts"
31
33
  },
@@ -67,9 +69,9 @@
67
69
  "engines": {
68
70
  "node": ">=20"
69
71
  },
70
- "packageManager": "pnpm@11.16.0+sha512.b767e9a98fc87aec0f42daefcd0e84941c2cdb45d73c4e1e68860fb2bdfdbe032ab592105479e5e05c237f740c8a5ffdbbb52385797ddc2296745a1bbb883e8d",
72
+ "packageManager": "pnpm@11.20.0+sha512.9a6f330a95b66446ea088faf1521405a8a01f07fde7124cc9958dfed52d4bb436737e65b08f85f37b46fcba375092558ac51262b816844b22f63406ed166bfee",
71
73
  "dependencies": {
72
- "@modelcontextprotocol/sdk": "1.29.0",
74
+ "@modelcontextprotocol/sdk": "1.30.0",
73
75
  "cheerio": "1.2.0",
74
76
  "hast-util-to-html": "9.0.5",
75
77
  "hast-util-to-mdast": "10.1.2",
@@ -86,13 +88,15 @@
86
88
  "zod": "4.4.3"
87
89
  },
88
90
  "devDependencies": {
89
- "@biomejs/biome": "2.5.5",
91
+ "@biomejs/biome": "2.5.7",
90
92
  "@semantic-release/changelog": "^6.0.3",
91
93
  "@semantic-release/exec": "^7.1.0",
92
94
  "@semantic-release/git": "^10.0.1",
93
95
  "@semantic-release/github": "^12.0.6",
94
96
  "@semantic-release/npm": "^13.1.5",
95
97
  "@semantic-release/release-notes-generator": "^14.1.1",
98
+ "@stryker-mutator/core": "^9.6.1",
99
+ "@stryker-mutator/vitest-runner": "^9.6.1",
96
100
  "@tsconfig/node20": "^20.1.9",
97
101
  "@tsconfig/strictest": "^2.0.8",
98
102
  "@types/hast": "^3.0.4",
package/dist/index.d.ts DELETED
@@ -1,2 +0,0 @@
1
-
2
- export { };