@mixio-pro/kalaasetu-mcp 2.2.10-exp → 2.2.12-exp

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mixio-pro/kalaasetu-mcp",
3
- "version": "2.2.10-exp",
3
+ "version": "2.2.12-exp",
4
4
  "description": "A powerful Model Context Protocol server providing AI tools for content generation and analysis",
5
5
  "type": "module",
6
6
  "module": "src/index.ts",
package/src/index.ts CHANGED
@@ -98,7 +98,7 @@ async function main() {
98
98
 
99
99
  // 6. Add Version Tool
100
100
  server.addTool({
101
- name: "get_version",
101
+ name: "get_version_" + process.env.CLIENT_ID,
102
102
  description: "Get the current version of the Kalaasetu MCP server",
103
103
  parameters: z.object({}),
104
104
  execute: async () => {