{ "name": "mcp-tomticket", "mcpName": "io.github.glira/mcp-tomticket", "version": "1.0.0", "description": "MCP server for TomTicket helpdesk API — tickets, customers, organizations, chats, knowledge base", "type": "module", "main": "dist/index.js", "bin": { "mcp-tomticket": "./dist/index.js" }, "files": [ "dist", "scripts", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts", "smoke": "tsx scripts/smoke.ts", "prepare": "npm run build" }, "keywords": [ "mcp", "mcp-server", "tomticket", "helpdesk", "cursor", "model-context-protocol" ], "author": "Gemayel Lira (https://github.com/glira)", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/glira/mcp-tomticket.git" }, "homepage": "https://github.com/glira/mcp-tomticket#readme", "bugs": { "url": "https://github.com/glira/mcp-tomticket/issues" }, "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "zod": "^3.25.67" }, "devDependencies": { "@types/node": "^22.15.30", "tsx": "^4.19.4", "typescript": "^5.8.3" } }