@kadoa/mcp 0.4.1-rc.2 → 0.4.1-rc.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.
- package/dist/index.js +4 -1
- 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.
|
|
51344
|
+
version: "0.4.1-rc.3",
|
|
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",
|
|
@@ -56586,6 +56586,9 @@ function createServer(auth) {
|
|
|
56586
56586
|
"IMPORTANT: One workflow = one source. A single workflow can extract many different fields, tables, and sections from the same URL(s) using a rich schema.",
|
|
56587
56587
|
"Do NOT create multiple workflows for different data points on the same page \u2014 instead, define one workflow with a multi-field schema covering everything needed.",
|
|
56588
56588
|
"",
|
|
56589
|
+
"Kadoa workflows use agentic navigation: the AI agent can browse pages, click buttons, fill forms, select dropdowns, paginate, open detail pages, and handle multi-step interactions.",
|
|
56590
|
+
"Describe the full navigation steps in the prompt (e.g., 'select year 2022 from the dropdown, click Search, extract the table, then repeat for 2023').",
|
|
56591
|
+
"",
|
|
56589
56592
|
"Workflow lifecycle: create_workflow \u2192 get_workflow (check status) \u2192 fetch_data (get results). Workflows run asynchronously \u2014 never poll or sleep-wait.",
|
|
56590
56593
|
"",
|
|
56591
56594
|
"Use create_realtime_monitor only when the user wants continuous change detection with alerts. For one-time or scheduled extraction, use create_workflow.",
|