From e9a02e55bc46d41de5fc597cd196631000545bc4 Mon Sep 17 00:00:00 2001 From: Lucas Woodward <31957045+SketchingDev@users.noreply.github.com> Date: Sat, 22 Nov 2025 15:45:45 +0000 Subject: [PATCH] Increase version --- package.json | 2 +- src/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 69cce08..671fc76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@makingchatbots/genesys-cloud-mcp-server", - "version": "0.0.16", + "version": "1.0.0", "description": "A Model Context Protocol (MCP) server exposing Genesys Cloud tools for LLMs, including sentiment analysis, conversation search, topic detection and more.", "bin": "./dist/cli.js", "type": "module", diff --git a/src/index.ts b/src/index.ts index 622cbfa..cb84187 100644 --- a/src/index.ts +++ b/src/index.ts @@ -19,7 +19,7 @@ const withAuth = OAuthClientCredentialsWrapper( const server: McpServer = new McpServer({ name: "Genesys Cloud", - version: "0.0.16", // Same version as version in package.json + version: "1.0.0", // Same version as version in package.json }); const routingApi = new platformClient.RoutingApi();