{ "name": "timezest-mcp", "version": "1.1.2", "mcpName": "io.github.sagarkalra-tech/timezest-mcp", "description": "MCP Server for TimeZest scheduling API — brings appointments, pending requests, and ticket-linked schedules to Claude.", "main": "build/index.js", "author": "Sagar Kalra", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/sagarkalra-tech/TimeZest-MCP.git" }, "bugs": { "url": "https://github.com/sagarkalra-tech/TimeZest-MCP/issues" }, "homepage": "https://github.com/sagarkalra-tech/TimeZest-MCP#readme", "keywords": [ "mcp", "model-context-protocol", "timezest", "scheduling", "connectwise", "msp" ], "type": "module", "bin": { "timezest-mcp": "build/index.js" }, "files": [ "build" ], "publishConfig": { "access": "public", "provenance": true }, "scripts": { "build": "tsc", "watch": "tsc -w", "test": "vitest run", "test:watch": "vitest", "prepublishOnly": "npm run build", "start": "node build/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.28.0", "axios": "^1.6.0", "date-fns": "^3.0.0", "date-fns-tz": "^3.0.0" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.0.0", "vitest": "^4.1.2" } }