You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "A Model Context Protocol (MCP) server exposing Genesys Cloud tools for LLMs, including sentiment analysis, conversation search, topic detection and more.",
5
-
"exports": "./dist/index.js",
5
+
"bin": "./dist/cli.js",
6
6
"type": "module",
7
7
"license": "ISC",
8
8
"repository": {
@@ -22,7 +22,7 @@
22
22
"start:inspector": "npm run build && npx @modelcontextprotocol/inspector node dist/index.js",
23
23
"clean": "rm -rf dist/*",
24
24
"build:esm": "tsc -p tsconfig.build.json",
25
-
"build": "npm run clean && npm run build:esm",
25
+
"build": "npm run clean && npm run build:esm && chmod +x dist/cli.js",
0 commit comments