@kadoa/mcp 0.4.1-rc.3 → 0.4.1

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -51341,7 +51341,7 @@ var package_default;
51341
51341
  var init_package = __esm(() => {
51342
51342
  package_default = {
51343
51343
  name: "@kadoa/mcp",
51344
- version: "0.4.1-rc.3",
51344
+ version: "0.4.1",
51345
51345
  description: "Kadoa MCP Server — manage workflows from Claude Desktop, Cursor, and other MCP clients",
51346
51346
  type: "module",
51347
51347
  main: "dist/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kadoa/mcp",
3
- "version": "0.4.1-rc.3",
3
+ "version": "0.4.1",
4
4
  "description": "Kadoa MCP Server — manage workflows from Claude Desktop, Cursor, and other MCP clients",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",