@kadoa/mcp 0.6.0-rc.2 → 0.6.0

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
@@ -47011,7 +47011,7 @@ var package_default;
47011
47011
  var init_package = __esm(() => {
47012
47012
  package_default = {
47013
47013
  name: "@kadoa/mcp",
47014
- version: "0.6.0-rc.2",
47014
+ version: "0.6.0",
47015
47015
  description: "Kadoa MCP Server — manage workflows from Claude Desktop, Cursor, and other MCP clients",
47016
47016
  type: "module",
47017
47017
  main: "dist/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kadoa/mcp",
3
- "version": "0.6.0-rc.2",
3
+ "version": "0.6.0",
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",