@snokam/mcp-api 0.23.1 → 0.23.2
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/package.json +1 -1
- package/specs/test/chatgpt.json +0 -93
- package/specs/test/accounting.json +0 -5767
- package/specs/test/notifications.json +0 -559
- package/specs/test/office.json +0 -1984
- package/specs/test/recruitment.json +0 -2484
- package/specs/test/sales.json +0 -4540
- package/specs/test/sanity.json +0 -52348
- package/specs/test/sync.json +0 -181
- package/specs/test/webshop.json +0 -625
package/package.json
CHANGED
package/specs/test/chatgpt.json
CHANGED
|
@@ -1326,45 +1326,6 @@
|
|
|
1326
1326
|
}
|
|
1327
1327
|
}
|
|
1328
1328
|
},
|
|
1329
|
-
"from": {
|
|
1330
|
-
"type": "object",
|
|
1331
|
-
"properties": {
|
|
1332
|
-
"address": {
|
|
1333
|
-
"type": "string",
|
|
1334
|
-
"nullable": true
|
|
1335
|
-
},
|
|
1336
|
-
"name": {
|
|
1337
|
-
"type": "string",
|
|
1338
|
-
"nullable": true
|
|
1339
|
-
},
|
|
1340
|
-
"original": {
|
|
1341
|
-
"type": "string",
|
|
1342
|
-
"nullable": true
|
|
1343
|
-
}
|
|
1344
|
-
}
|
|
1345
|
-
},
|
|
1346
|
-
"headers": {
|
|
1347
|
-
"type": "object",
|
|
1348
|
-
"properties": {
|
|
1349
|
-
"date": {
|
|
1350
|
-
"type": "string",
|
|
1351
|
-
"nullable": true
|
|
1352
|
-
},
|
|
1353
|
-
"in_reply_to": {
|
|
1354
|
-
"type": "string",
|
|
1355
|
-
"nullable": true
|
|
1356
|
-
},
|
|
1357
|
-
"reply_to": {
|
|
1358
|
-
"type": "object",
|
|
1359
|
-
"nullable": true
|
|
1360
|
-
},
|
|
1361
|
-
"message_id": {
|
|
1362
|
-
"type": "string",
|
|
1363
|
-
"nullable": true
|
|
1364
|
-
}
|
|
1365
|
-
},
|
|
1366
|
-
"nullable": true
|
|
1367
|
-
},
|
|
1368
1329
|
"inputChatMessage": {
|
|
1369
1330
|
"type": "object",
|
|
1370
1331
|
"properties": {
|
|
@@ -1379,43 +1340,6 @@
|
|
|
1379
1340
|
}
|
|
1380
1341
|
}
|
|
1381
1342
|
},
|
|
1382
|
-
"parameters": {
|
|
1383
|
-
"type": "object",
|
|
1384
|
-
"properties": {
|
|
1385
|
-
"type": {
|
|
1386
|
-
"type": "string",
|
|
1387
|
-
"nullable": true
|
|
1388
|
-
},
|
|
1389
|
-
"properties": {
|
|
1390
|
-
"type": "object",
|
|
1391
|
-
"additionalProperties": {
|
|
1392
|
-
"$ref": "#/components/schemas/property"
|
|
1393
|
-
},
|
|
1394
|
-
"nullable": true
|
|
1395
|
-
},
|
|
1396
|
-
"required": {
|
|
1397
|
-
"type": "array",
|
|
1398
|
-
"items": {
|
|
1399
|
-
"type": "string"
|
|
1400
|
-
},
|
|
1401
|
-
"nullable": true
|
|
1402
|
-
}
|
|
1403
|
-
},
|
|
1404
|
-
"nullable": true
|
|
1405
|
-
},
|
|
1406
|
-
"property": {
|
|
1407
|
-
"type": "object",
|
|
1408
|
-
"properties": {
|
|
1409
|
-
"type": {
|
|
1410
|
-
"type": "string",
|
|
1411
|
-
"nullable": true
|
|
1412
|
-
},
|
|
1413
|
-
"description": {
|
|
1414
|
-
"type": "string",
|
|
1415
|
-
"nullable": true
|
|
1416
|
-
}
|
|
1417
|
-
}
|
|
1418
|
-
},
|
|
1419
1343
|
"realtimeAgentsDto": {
|
|
1420
1344
|
"type": "object",
|
|
1421
1345
|
"properties": {
|
|
@@ -1578,23 +1502,6 @@
|
|
|
1578
1502
|
}
|
|
1579
1503
|
}
|
|
1580
1504
|
},
|
|
1581
|
-
"to": {
|
|
1582
|
-
"type": "object",
|
|
1583
|
-
"properties": {
|
|
1584
|
-
"address": {
|
|
1585
|
-
"type": "string",
|
|
1586
|
-
"nullable": true
|
|
1587
|
-
},
|
|
1588
|
-
"name": {
|
|
1589
|
-
"type": "string",
|
|
1590
|
-
"nullable": true
|
|
1591
|
-
},
|
|
1592
|
-
"original": {
|
|
1593
|
-
"type": "string",
|
|
1594
|
-
"nullable": true
|
|
1595
|
-
}
|
|
1596
|
-
}
|
|
1597
|
-
},
|
|
1598
1505
|
"tool": {
|
|
1599
1506
|
"type": "object",
|
|
1600
1507
|
"properties": {
|