@smartytalent/mcp-tools 0.1.33-dev.33 → 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.
- package/dist/tools.json +16 -3
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -12012,7 +12012,8 @@
|
|
|
12012
12012
|
"data": {
|
|
12013
12013
|
"type": "object",
|
|
12014
12014
|
"required": [
|
|
12015
|
-
"type"
|
|
12015
|
+
"type",
|
|
12016
|
+
"id"
|
|
12016
12017
|
],
|
|
12017
12018
|
"properties": {
|
|
12018
12019
|
"type": {
|
|
@@ -14358,6 +14359,11 @@
|
|
|
14358
14359
|
"webhookId": {
|
|
14359
14360
|
"type": "string",
|
|
14360
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."
|
|
14361
14367
|
}
|
|
14362
14368
|
}
|
|
14363
14369
|
},
|
|
@@ -14664,6 +14670,11 @@
|
|
|
14664
14670
|
"webhookId": {
|
|
14665
14671
|
"type": "string",
|
|
14666
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."
|
|
14667
14678
|
}
|
|
14668
14679
|
}
|
|
14669
14680
|
},
|
|
@@ -18507,7 +18518,8 @@
|
|
|
18507
18518
|
"data": {
|
|
18508
18519
|
"type": "object",
|
|
18509
18520
|
"required": [
|
|
18510
|
-
"type"
|
|
18521
|
+
"type",
|
|
18522
|
+
"id"
|
|
18511
18523
|
],
|
|
18512
18524
|
"properties": {
|
|
18513
18525
|
"type": {
|
|
@@ -18807,7 +18819,8 @@
|
|
|
18807
18819
|
"data": {
|
|
18808
18820
|
"type": "object",
|
|
18809
18821
|
"required": [
|
|
18810
|
-
"type"
|
|
18822
|
+
"type",
|
|
18823
|
+
"id"
|
|
18811
18824
|
],
|
|
18812
18825
|
"properties": {
|
|
18813
18826
|
"type": {
|