@smartytalent/mcp-tools 0.1.33-dev.34 → 0.1.33-dev.35

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/tools.json +10 -0
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -14359,6 +14359,11 @@
14359
14359
  "webhookId": {
14360
14360
  "type": "string",
14361
14361
  "description": "Identifier returned by recall.ai for the webhook subscription, useful for debugging callback delivery."
14362
+ },
14363
+ "runContext": {
14364
+ "type": "object",
14365
+ "additionalProperties": true,
14366
+ "description": "Workflow runContext stashed at dispatch time (runId, shardId, workflowId, triggerId, stepIndex, ...). The webhook receiver reads this back when recall.ai posts bot.done so it can emit WORKFLOW_RUN_STEP_COMPLETED to resume the parked run."
14362
14367
  }
14363
14368
  }
14364
14369
  },
@@ -14665,6 +14670,11 @@
14665
14670
  "webhookId": {
14666
14671
  "type": "string",
14667
14672
  "description": "Identifier returned by recall.ai for the webhook subscription, useful for debugging callback delivery."
14673
+ },
14674
+ "runContext": {
14675
+ "type": "object",
14676
+ "additionalProperties": true,
14677
+ "description": "Workflow runContext stashed at dispatch time (runId, shardId, workflowId, triggerId, stepIndex, ...). The webhook receiver reads this back when recall.ai posts bot.done so it can emit WORKFLOW_RUN_STEP_COMPLETED to resume the parked run."
14668
14678
  }
14669
14679
  }
14670
14680
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.1.33-dev.34",
3
+ "version": "0.1.33-dev.35",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",