@kadoa/mcp 0.3.9-rc.3 → 0.3.9-rc.4
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.
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -50097,7 +50097,7 @@ function registerTools(server, ctx) {
|
|
|
50097
50097
|
});
|
|
50098
50098
|
}));
|
|
50099
50099
|
}
|
|
50100
|
-
var SchemaFieldShape, DASHBOARD_BASE_URL = "https://
|
|
50100
|
+
var SchemaFieldShape, DASHBOARD_BASE_URL = "https://www.kadoa.com";
|
|
50101
50101
|
var init_tools = __esm(() => {
|
|
50102
50102
|
init_zod();
|
|
50103
50103
|
init_dist2();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kadoa/mcp",
|
|
3
|
-
"version": "0.3.9-rc.
|
|
3
|
+
"version": "0.3.9-rc.4",
|
|
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",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"prepublishOnly": "bun run check-types && bun run test:unit && bun run build"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@kadoa/node-sdk": "^0.
|
|
27
|
+
"@kadoa/node-sdk": "^0.23.0",
|
|
28
28
|
"@modelcontextprotocol/sdk": "^1.26.0",
|
|
29
29
|
"express": "^5.2.1",
|
|
30
30
|
"ioredis": "^5.6.1",
|