tuix-mcp-host-client 0.0.86 → 0.0.88
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/docs/ClientApi.md +22 -0
- package/package.json +1 -1
package/docs/ClientApi.md
CHANGED
|
@@ -96,6 +96,7 @@ No authorization required
|
|
|
96
96
|
|-------------|-------------|------------------|
|
|
97
97
|
| **200** | Returns a paginated list of API keys | - |
|
|
98
98
|
| **401** | Unauthorized | - |
|
|
99
|
+
| **402** | Return an error if the trial access has expired | - |
|
|
99
100
|
| **500** | Internal server error: Failed to retrieve API keys | - |
|
|
100
101
|
|
|
101
102
|
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
@@ -166,6 +167,7 @@ No authorization required
|
|
|
166
167
|
| **204** | API key deleted successfully | - |
|
|
167
168
|
| **400** | Invalid key ID format | - |
|
|
168
169
|
| **401** | Unauthorized | - |
|
|
170
|
+
| **402** | Return an error if the trial access has expired | - |
|
|
169
171
|
| **404** | API key not found | - |
|
|
170
172
|
| **500** | Internal server error: Failed to delete API key | - |
|
|
171
173
|
|
|
@@ -237,6 +239,7 @@ No authorization required
|
|
|
237
239
|
| **201** | Create an API key and returns the created key | - |
|
|
238
240
|
| **400** | Invalid request format | - |
|
|
239
241
|
| **401** | Unauthorized | - |
|
|
242
|
+
| **402** | Return an error if the trial access has expired | - |
|
|
240
243
|
| **500** | Server Error: Failed to create API key | - |
|
|
241
244
|
|
|
242
245
|
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
@@ -310,6 +313,7 @@ No authorization required
|
|
|
310
313
|
| **204** | MCP server attached successfully | - |
|
|
311
314
|
| **400** | Bad Request | - |
|
|
312
315
|
| **401** | Unauthorized | - |
|
|
316
|
+
| **402** | Payment Required | - |
|
|
313
317
|
| **500** | Internal Server Error | - |
|
|
314
318
|
|
|
315
319
|
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
@@ -380,6 +384,7 @@ No authorization required
|
|
|
380
384
|
| **201** | Create an account and returns the created account | - |
|
|
381
385
|
| **400** | Return an error if there is a missing or invalid field | - |
|
|
382
386
|
| **401** | Return an error if the user is not authenticated | - |
|
|
387
|
+
| **402** | Return an error if the trial access has expired | - |
|
|
383
388
|
| **403** | Return an error if the user does not have the required permissions | - |
|
|
384
389
|
| **500** | Return an error if the server finds an error | - |
|
|
385
390
|
|
|
@@ -451,6 +456,7 @@ No authorization required
|
|
|
451
456
|
| **201** | Create a application and returns the created application | - |
|
|
452
457
|
| **400** | Return an error if there is a missing or invalid field | - |
|
|
453
458
|
| **401** | Return an error if the user is not authenticated | - |
|
|
459
|
+
| **402** | Return an error if the trial access has expired | - |
|
|
454
460
|
| **403** | Return an error if the user does not have the required permissions | - |
|
|
455
461
|
| **500** | Return an error if the server founds an error | - |
|
|
456
462
|
|
|
@@ -522,6 +528,7 @@ No authorization required
|
|
|
522
528
|
| **201** | Created MCP server | - |
|
|
523
529
|
| **400** | Bad Request | - |
|
|
524
530
|
| **401** | Unauthorized | - |
|
|
531
|
+
| **402** | Payment Required | - |
|
|
525
532
|
| **500** | Internal Server Error | - |
|
|
526
533
|
|
|
527
534
|
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
@@ -594,6 +601,7 @@ No authorization required
|
|
|
594
601
|
|-------------|-------------|------------------|
|
|
595
602
|
| **201** | Created role | - |
|
|
596
603
|
| **400** | Return an error if there is a missing or invalid field | - |
|
|
604
|
+
| **402** | Return an error if the trial access has expired | - |
|
|
597
605
|
| **500** | Return an error if the server finds an error | - |
|
|
598
606
|
|
|
599
607
|
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
@@ -664,6 +672,7 @@ No authorization required
|
|
|
664
672
|
| **204** | Application deleted | - |
|
|
665
673
|
| **400** | Return an error if provided ID is not a valid UUID | - |
|
|
666
674
|
| **401** | Return an error if the user is not authenticated | - |
|
|
675
|
+
| **402** | Return an error if the trial access has expired | - |
|
|
667
676
|
| **403** | Return an error if the user does not have the required permissions | - |
|
|
668
677
|
| **500** | Return an error if the server founds an error | - |
|
|
669
678
|
|
|
@@ -735,6 +744,7 @@ No authorization required
|
|
|
735
744
|
| **204** | No content | - |
|
|
736
745
|
| **400** | Bad Request | - |
|
|
737
746
|
| **401** | Unauthorized | - |
|
|
747
|
+
| **402** | Payment Required | - |
|
|
738
748
|
| **500** | Internal Server Error | - |
|
|
739
749
|
|
|
740
750
|
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
@@ -807,6 +817,7 @@ No authorization required
|
|
|
807
817
|
|-------------|-------------|------------------|
|
|
808
818
|
| **204** | Role deleted successfully | - |
|
|
809
819
|
| **400** | Return an error if roleId is invalid | - |
|
|
820
|
+
| **402** | Return an error if the trial access has expired | - |
|
|
810
821
|
| **404** | Return an error if role not found | - |
|
|
811
822
|
| **500** | Return an error if the server finds an error | - |
|
|
812
823
|
|
|
@@ -881,6 +892,7 @@ No authorization required
|
|
|
881
892
|
| **204** | MCP server detached successfully | - |
|
|
882
893
|
| **400** | Bad Request | - |
|
|
883
894
|
| **401** | Unauthorized | - |
|
|
895
|
+
| **402** | Payment Required | - |
|
|
884
896
|
| **500** | Internal Server Error | - |
|
|
885
897
|
|
|
886
898
|
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
@@ -951,6 +963,7 @@ No authorization required
|
|
|
951
963
|
| **200** | Return an application | - |
|
|
952
964
|
| **400** | Return an error if provided ID is not a valid UUID | - |
|
|
953
965
|
| **401** | Return an error if the user is not authenticated | - |
|
|
966
|
+
| **402** | Return an error if the trial access has expired | - |
|
|
954
967
|
| **403** | Return an error if the user does not have the required permissions | - |
|
|
955
968
|
| **404** | Return an error if the application is not found | - |
|
|
956
969
|
| **500** | Return an error if the server founds an error | - |
|
|
@@ -1025,6 +1038,7 @@ No authorization required
|
|
|
1025
1038
|
|-------------|-------------|------------------|
|
|
1026
1039
|
| **200** | Return a list of applications | - |
|
|
1027
1040
|
| **401** | Return an error if the user is not authenticated | - |
|
|
1041
|
+
| **402** | Return an error if the trial access has expired | - |
|
|
1028
1042
|
| **403** | Return an error if the user does not have the required permissions | - |
|
|
1029
1043
|
| **500** | Return an error if the server founds an error | - |
|
|
1030
1044
|
|
|
@@ -1102,6 +1116,7 @@ No authorization required
|
|
|
1102
1116
|
| **200** | List of available MCP servers | - |
|
|
1103
1117
|
| **400** | Bad Request | - |
|
|
1104
1118
|
| **401** | Unauthorized | - |
|
|
1119
|
+
| **402** | Payment Required | - |
|
|
1105
1120
|
| **404** | Not Found | - |
|
|
1106
1121
|
| **500** | Internal Server Error | - |
|
|
1107
1122
|
|
|
@@ -1173,6 +1188,7 @@ No authorization required
|
|
|
1173
1188
|
| **200** | MCP server with status | - |
|
|
1174
1189
|
| **400** | Bad Request | - |
|
|
1175
1190
|
| **401** | Unauthorized | - |
|
|
1191
|
+
| **402** | Payment Required | - |
|
|
1176
1192
|
| **404** | Not Found | - |
|
|
1177
1193
|
| **500** | Internal Server Error | - |
|
|
1178
1194
|
|
|
@@ -1246,6 +1262,7 @@ No authorization required
|
|
|
1246
1262
|
|-------------|-------------|------------------|
|
|
1247
1263
|
| **200** | List of MCP servers | - |
|
|
1248
1264
|
| **401** | Unauthorized | - |
|
|
1265
|
+
| **402** | Payment Required | - |
|
|
1249
1266
|
| **500** | Internal Server Error | - |
|
|
1250
1267
|
|
|
1251
1268
|
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
@@ -1322,6 +1339,7 @@ No authorization required
|
|
|
1322
1339
|
| **200** | List of MCP servers | - |
|
|
1323
1340
|
| **400** | Bad Request | - |
|
|
1324
1341
|
| **401** | Unauthorized | - |
|
|
1342
|
+
| **402** | Payment Required | - |
|
|
1325
1343
|
| **404** | Not Found | - |
|
|
1326
1344
|
| **500** | Internal Server Error | - |
|
|
1327
1345
|
|
|
@@ -1398,6 +1416,7 @@ No authorization required
|
|
|
1398
1416
|
|-------------|-------------|------------------|
|
|
1399
1417
|
| **200** | List of roles | - |
|
|
1400
1418
|
| **400** | Return an error if applicationId is missing or invalid | - |
|
|
1419
|
+
| **402** | Return an error if the trial access has expired | - |
|
|
1401
1420
|
| **500** | Return an error if the server finds an error | - |
|
|
1402
1421
|
|
|
1403
1422
|
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
@@ -1471,6 +1490,7 @@ No authorization required
|
|
|
1471
1490
|
| **200** | Updates an application and return an updated application if the ID exists | - |
|
|
1472
1491
|
| **400** | Return an error if provided RagApiKey is not a valid | - |
|
|
1473
1492
|
| **401** | Return an error if the user is not authenticated | - |
|
|
1493
|
+
| **402** | Return an error if the trial access has expired | - |
|
|
1474
1494
|
| **403** | Return an error if the user does not have the required permissions | - |
|
|
1475
1495
|
| **404** | Return an error if the application is not found | - |
|
|
1476
1496
|
| **500** | Return an error if the server founds an error | - |
|
|
@@ -1546,6 +1566,7 @@ No authorization required
|
|
|
1546
1566
|
| **200** | Updated MCP server | - |
|
|
1547
1567
|
| **400** | Bad Request | - |
|
|
1548
1568
|
| **401** | Unauthorized | - |
|
|
1569
|
+
| **402** | Payment Required | - |
|
|
1549
1570
|
| **500** | Internal Server Error | - |
|
|
1550
1571
|
|
|
1551
1572
|
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
@@ -1621,6 +1642,7 @@ No authorization required
|
|
|
1621
1642
|
|-------------|-------------|------------------|
|
|
1622
1643
|
| **200** | Updated role | - |
|
|
1623
1644
|
| **400** | Return an error if there is a missing or invalid field | - |
|
|
1645
|
+
| **402** | Return an error if the trial access has expired | - |
|
|
1624
1646
|
| **404** | Return an error if role not found | - |
|
|
1625
1647
|
| **500** | Return an error if the server finds an error | - |
|
|
1626
1648
|
|