@kadoa/mcp 0.5.3-rc.1 → 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 (3) hide show
  1. package/README.md +1 -0
  2. package/dist/index.js +1262 -240
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -50,6 +50,7 @@ Point your client to `https://mcp.kadoa.com/mcp` with OAuth authentication.
50
50
  | `create_workflow` | Create an agentic navigation workflow from a prompt |
51
51
  | `list_workflows` | List all workflows with status |
52
52
  | `get_workflow` | Get detailed workflow information |
53
+ | `get_workflow_history` | Get the workflow's configuration revision history (audit log) — who changed it, when, from which channel, and a `changedFields` summary per revision |
53
54
  | `run_workflow` | Execute a workflow |
54
55
  | `fetch_data` | Get extracted data from a workflow |
55
56
  | `delete_workflow` | Delete a workflow |