UNPKG

genesys-cloud-mcp-plus

Version:

Genesys Cloud MCP Plus - Advanced Model Context Protocol server with 15 comprehensive tools for contact center analytics, real-time monitoring, and wrap-up code analysis. Enhanced with multi-media support and enterprise-grade features.

114 lines (113 loc) 3.64 kB
{ "name": "genesys-cloud-mcp-plus", "version": "1.0.5", "description": "Genesys Cloud MCP Plus - Advanced Model Context Protocol server with 15 comprehensive tools for contact center analytics, real-time monitoring, and wrap-up code analysis. Enhanced with multi-media support and enterprise-grade features.", "bin": { "genesys-cloud-mcp-plus": "dist/cli.js" }, "type": "module", "license": "ISC", "repository": { "type": "git", "url": "https://github.com/AmrKhalil9/genesys-cloud-mcp-plus.git" }, "bugs": { "url": "https://github.com/AmrKhalil9/genesys-cloud-mcp-plus/issues" }, "homepage": "https://github.com/AmrKhalil9/genesys-cloud-mcp-plus#readme", "author": { "name": "Amr Khalil", "url": "https://github.com/AmrKhalil9" }, "contributors": [ { "name": "Lucas Woodward", "url": "https://makingchatbots.com", "role": "Original Author - Created foundational MCP server with 8 core tools" }, { "name": "Amr Khalil", "role": "Enhanced Version - Added 7 new tools, real-time monitoring, and enterprise features" } ], "scripts": { "dev": "tsx watch src/index.ts", "start": "tsx src/index.ts", "start:inspector": "npm run build && npx @modelcontextprotocol/inspector node dist/index.js", "clean": "rm -rf dist/*", "build:esm": "tsc -p tsconfig.build.json", "build": "npm run clean && npm run build:esm && chmod +x dist/cli.js", "lint": "eslint . --ext .ts", "format": "prettier --write .", "prettier:check": "prettier --check src/**/*.ts *.md tests/**/*.ts --no-error-on-unmatched-pattern", "prettier:fix": "prettier --write src/**/*.ts *.md tests/**/*.ts --ignore-unknown --no-error-on-unmatched-pattern", "lint:check": "eslint --cache --ext .ts ./src", "lint:fix": "eslint --cache --fix --ext .ts ./src", "check": "npm run lint:check && npm run prettier:check", "fix": "npm run lint:fix && npm run prettier:fix", "test": "npx vitest --config ./vitest.config.ts", "prepublishOnly": "npm run test && npm run build", "test:pack": "npm run build && npm pack --pack-destination ./dist" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.13.0", "date-fns": "^4.1.0", "purecloud-platform-client-v2": "^224.0.0", "table": "^6.9.0", "zod": "^3.25.67" }, "devDependencies": { "@eslint/eslintrc": "^3.3.1", "@eslint/js": "^9.28.0", "@types/eslint-config-prettier": "^6.11.3", "@types/node": "^22.15.29", "@typescript-eslint/eslint-plugin": "^8.33.1", "@typescript-eslint/parser": "^8.33.1", "eslint": "^9.28.0", "eslint-config-prettier": "^10.1.5", "eslint-import-resolver-typescript": "^4.4.2", "lint-staged": "^16.1.0", "prettier": "^3.5.3", "tsx": "^4.19.4", "typescript": "^5.8.3", "typescript-eslint": "^8.33.1", "vitest": "^3.2.0" }, "lint-staged": { "src/*.ts": [ "eslint --cache --fix", "prettier --ignore-unknown --write" ], "*.md": [ "prettier --ignore-unknown --write" ] }, "engines": { "node": ">=18.20.0" }, "files": [ "dist/**/*.js", "!dist/**/*.test.*", "LICENSE", "README.md", "package.json" ], "keywords": [ "mcp", "modelcontextprotocol", "tool-calling", "llm-integration", "genesys-cloud", "speech-and-text-analytics", "sentiment-analysis", "conversation-analysis", "contact-center", "real-time-monitoring", "wrap-up-codes", "multi-media-analytics", "agent-performance", "queue-analytics", "enterprise-grade", "omnichannel" ] }