Skip to content

Commit e12cac4

Browse files
authored
Increase version (#40)
1 parent eaf2881 commit e12cac4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@makingchatbots/genesys-cloud-mcp-server",
3-
"version": "0.0.16",
3+
"version": "1.0.0",
44
"description": "A Model Context Protocol (MCP) server exposing Genesys Cloud tools for LLMs, including sentiment analysis, conversation search, topic detection and more.",
55
"bin": "./dist/cli.js",
66
"type": "module",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const withAuth = OAuthClientCredentialsWrapper(
1919

2020
const server: McpServer = new McpServer({
2121
name: "Genesys Cloud",
22-
version: "0.0.16", // Same version as version in package.json
22+
version: "1.0.0", // Same version as version in package.json
2323
});
2424

2525
const routingApi = new platformClient.RoutingApi();

0 commit comments

Comments
 (0)