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();