@kadoa/mcp 0.5.8-rc.1 → 0.5.8

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
@@ -52246,7 +52246,7 @@ var package_default;
52246
52246
  var init_package = __esm(() => {
52247
52247
  package_default = {
52248
52248
  name: "@kadoa/mcp",
52249
- version: "0.5.8-rc.1",
52249
+ version: "0.5.8",
52250
52250
  description: "Kadoa MCP Server — manage workflows from Claude Desktop, Cursor, and other MCP clients",
52251
52251
  type: "module",
52252
52252
  main: "dist/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kadoa/mcp",
3
- "version": "0.5.8-rc.1",
3
+ "version": "0.5.8",
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",