@fruggr/zendesk-mcp-server 1.2.0 → 1.3.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.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fruggr/zendesk-mcp-server",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "MCP server for Zendesk Support & Help Center APIs with OAuth 2.1 PKCE",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -23,7 +23,8 @@
23
23
  "test": "vitest run",
24
24
  "test:watch": "vitest watch",
25
25
  "test:coverage": "vitest run --coverage",
26
- "test:smoke": "pnpm build && node scripts/smoke-test.mjs"
26
+ "test:smoke": "pnpm build && node scripts/smoke-test.mjs",
27
+ "mcp:live": "tsx scripts/mcp-live.ts"
27
28
  },
28
29
  "keywords": [
29
30
  "mcp",