@smartytalent/mcp-tools 0.1.16 → 0.1.17
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 +5 -18
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -11642,29 +11642,16 @@
|
|
|
11642
11642
|
}
|
|
11643
11643
|
},
|
|
11644
11644
|
{
|
|
11645
|
-
"name": "
|
|
11646
|
-
"description": "
|
|
11645
|
+
"name": "update_run",
|
|
11646
|
+
"description": "Update Run",
|
|
11647
11647
|
"inputSchema": {
|
|
11648
11648
|
"type": "object",
|
|
11649
11649
|
"properties": {}
|
|
11650
11650
|
},
|
|
11651
11651
|
"_meta": {
|
|
11652
|
-
"method": "
|
|
11653
|
-
"path": "/v1/runs/{runId}
|
|
11654
|
-
"operationId": "
|
|
11655
|
-
}
|
|
11656
|
-
},
|
|
11657
|
-
{
|
|
11658
|
-
"name": "retry_run",
|
|
11659
|
-
"description": "Retry Run",
|
|
11660
|
-
"inputSchema": {
|
|
11661
|
-
"type": "object",
|
|
11662
|
-
"properties": {}
|
|
11663
|
-
},
|
|
11664
|
-
"_meta": {
|
|
11665
|
-
"method": "POST",
|
|
11666
|
-
"path": "/v1/runs/{runId}/retry",
|
|
11667
|
-
"operationId": "retryRun"
|
|
11652
|
+
"method": "PATCH",
|
|
11653
|
+
"path": "/v1/runs/{runId}",
|
|
11654
|
+
"operationId": "updateRun"
|
|
11668
11655
|
}
|
|
11669
11656
|
},
|
|
11670
11657
|
{
|