@cloudcart/dev-mcp 0.2.20 → 0.2.21
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/data/admin.json +57 -0
- package/data/embeddings.bin +0 -0
- package/data/embeddings.json +1 -1
- package/package.json +1 -1
package/data/admin.json
CHANGED
|
@@ -10263,6 +10263,18 @@
|
|
|
10263
10263
|
"isDeprecated": false,
|
|
10264
10264
|
"deprecationReason": null
|
|
10265
10265
|
},
|
|
10266
|
+
{
|
|
10267
|
+
"name": "parentId",
|
|
10268
|
+
"description": "Parent task ID. Omit for top-level tasks; pass a task id to list its children (the Tasks tab is a parent → children tree).",
|
|
10269
|
+
"type": {
|
|
10270
|
+
"kind": "SCALAR",
|
|
10271
|
+
"name": "ID",
|
|
10272
|
+
"ofType": null
|
|
10273
|
+
},
|
|
10274
|
+
"defaultValue": null,
|
|
10275
|
+
"isDeprecated": false,
|
|
10276
|
+
"deprecationReason": null
|
|
10277
|
+
},
|
|
10266
10278
|
{
|
|
10267
10279
|
"name": "first",
|
|
10268
10280
|
"description": "Results per page.",
|
|
@@ -10296,6 +10308,51 @@
|
|
|
10296
10308
|
"isDeprecated": false,
|
|
10297
10309
|
"deprecationReason": null
|
|
10298
10310
|
},
|
|
10311
|
+
{
|
|
10312
|
+
"name": "erpTaskXml",
|
|
10313
|
+
"description": "Get the raw ERP XML payload for a single ERP task — the XML the ERP (e.g.\nMicroinvest) sent for that task, as shown by the task detail view on the\nTasks tab. Returns null if the ERP's TasksController exposes no detail view.",
|
|
10314
|
+
"args": [
|
|
10315
|
+
{
|
|
10316
|
+
"name": "key",
|
|
10317
|
+
"description": "App key (e.g. \"microinvest\").",
|
|
10318
|
+
"type": {
|
|
10319
|
+
"kind": "NON_NULL",
|
|
10320
|
+
"name": null,
|
|
10321
|
+
"ofType": {
|
|
10322
|
+
"kind": "SCALAR",
|
|
10323
|
+
"name": "String",
|
|
10324
|
+
"ofType": null
|
|
10325
|
+
}
|
|
10326
|
+
},
|
|
10327
|
+
"defaultValue": null,
|
|
10328
|
+
"isDeprecated": false,
|
|
10329
|
+
"deprecationReason": null
|
|
10330
|
+
},
|
|
10331
|
+
{
|
|
10332
|
+
"name": "id",
|
|
10333
|
+
"description": "Task ID.",
|
|
10334
|
+
"type": {
|
|
10335
|
+
"kind": "NON_NULL",
|
|
10336
|
+
"name": null,
|
|
10337
|
+
"ofType": {
|
|
10338
|
+
"kind": "SCALAR",
|
|
10339
|
+
"name": "ID",
|
|
10340
|
+
"ofType": null
|
|
10341
|
+
}
|
|
10342
|
+
},
|
|
10343
|
+
"defaultValue": null,
|
|
10344
|
+
"isDeprecated": false,
|
|
10345
|
+
"deprecationReason": null
|
|
10346
|
+
}
|
|
10347
|
+
],
|
|
10348
|
+
"type": {
|
|
10349
|
+
"kind": "SCALAR",
|
|
10350
|
+
"name": "String",
|
|
10351
|
+
"ofType": null
|
|
10352
|
+
},
|
|
10353
|
+
"isDeprecated": false,
|
|
10354
|
+
"deprecationReason": null
|
|
10355
|
+
},
|
|
10299
10356
|
{
|
|
10300
10357
|
"name": "erpDiagnostics",
|
|
10301
10358
|
"description": "Run the read-only ERP connection diagnostic — the same \"Test connection\"\nchecks shown on the app's Diagnostics tab (reachability, authentication,\nconfigured catalog, categories, products, previously-imported products).\nReturns supported=false (overall \"skipped\") for ERPs without a diagnostics\nrunner. Currently implemented by Gensoft.",
|
package/data/embeddings.bin
CHANGED
|
Binary file
|