UNPKG

zendesk-mcp-ts

Version:

Zendesk MCP server for searching tickets - TypeScript implementation with stdio transport

49 lines (48 loc) 1.21 kB
{ "name": "zendesk-mcp-ts", "version": "1.0.13", "description": "Zendesk MCP server for searching tickets - TypeScript implementation with stdio transport", "main": "dist/index.js", "bin": { "zendesk-mcp-ts": "dist/server.js" }, "scripts": { "build": "tsc && cp README.md dist/", "start": "node dist/index.js", "dev": "tsx src/index.ts", "watch": "nodemon --exec tsx src/index.ts", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "zendesk", "mcp", "tickets", "search", "typescript" ], "author": "Vincent Groves <vncgrvs@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/vg-leanix/zendesk-mcp-ts.git" }, "bugs": { "url": "https://github.com/vg-leanix/zendesk-mcp-ts/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.17.5", "axios": "^1.11.0", "cors": "^2.8.5", "dotenv": "^17.2.2", "express": "^5.1.0", "zod": "^3.25.76" }, "devDependencies": { "@types/cors": "^2.8.19", "@types/express": "^5.0.3", "@types/node": "^24.3.1", "nodemon": "^3.1.10", "tsx": "^4.20.5", "typescript": "^5.9.2" } }