@kadoa/mcp 0.5.3-rc.2 → 0.5.3

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
@@ -51874,7 +51874,7 @@ var package_default;
51874
51874
  var init_package = __esm(() => {
51875
51875
  package_default = {
51876
51876
  name: "@kadoa/mcp",
51877
- version: "0.5.3-rc.2",
51877
+ version: "0.5.3",
51878
51878
  description: "Kadoa MCP Server — manage workflows from Claude Desktop, Cursor, and other MCP clients",
51879
51879
  type: "module",
51880
51880
  main: "dist/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kadoa/mcp",
3
- "version": "0.5.3-rc.2",
3
+ "version": "0.5.3",
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",