tuix-mcp-host-client 0.0.87 → 0.0.89

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.
Files changed (2) hide show
  1. package/docs/ClientApi.md +21 -0
  2. 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)
@@ -452,6 +456,7 @@ No authorization required
452
456
  | **201** | Create a application and returns the created application | - |
453
457
  | **400** | Return an error if there is a missing or invalid field | - |
454
458
  | **401** | Return an error if the user is not authenticated | - |
459
+ | **402** | Return an error if the trial access has expired | - |
455
460
  | **403** | Return an error if the user does not have the required permissions | - |
456
461
  | **500** | Return an error if the server founds an error | - |
457
462
 
@@ -523,6 +528,7 @@ No authorization required
523
528
  | **201** | Created MCP server | - |
524
529
  | **400** | Bad Request | - |
525
530
  | **401** | Unauthorized | - |
531
+ | **402** | Payment Required | - |
526
532
  | **500** | Internal Server Error | - |
527
533
 
528
534
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
@@ -595,6 +601,7 @@ No authorization required
595
601
  |-------------|-------------|------------------|
596
602
  | **201** | Created role | - |
597
603
  | **400** | Return an error if there is a missing or invalid field | - |
604
+ | **402** | Return an error if the trial access has expired | - |
598
605
  | **500** | Return an error if the server finds an error | - |
599
606
 
600
607
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
@@ -665,6 +672,7 @@ No authorization required
665
672
  | **204** | Application deleted | - |
666
673
  | **400** | Return an error if provided ID is not a valid UUID | - |
667
674
  | **401** | Return an error if the user is not authenticated | - |
675
+ | **402** | Return an error if the trial access has expired | - |
668
676
  | **403** | Return an error if the user does not have the required permissions | - |
669
677
  | **500** | Return an error if the server founds an error | - |
670
678
 
@@ -736,6 +744,7 @@ No authorization required
736
744
  | **204** | No content | - |
737
745
  | **400** | Bad Request | - |
738
746
  | **401** | Unauthorized | - |
747
+ | **402** | Payment Required | - |
739
748
  | **500** | Internal Server Error | - |
740
749
 
741
750
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
@@ -808,6 +817,7 @@ No authorization required
808
817
  |-------------|-------------|------------------|
809
818
  | **204** | Role deleted successfully | - |
810
819
  | **400** | Return an error if roleId is invalid | - |
820
+ | **402** | Return an error if the trial access has expired | - |
811
821
  | **404** | Return an error if role not found | - |
812
822
  | **500** | Return an error if the server finds an error | - |
813
823
 
@@ -882,6 +892,7 @@ No authorization required
882
892
  | **204** | MCP server detached successfully | - |
883
893
  | **400** | Bad Request | - |
884
894
  | **401** | Unauthorized | - |
895
+ | **402** | Payment Required | - |
885
896
  | **500** | Internal Server Error | - |
886
897
 
887
898
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
@@ -952,6 +963,7 @@ No authorization required
952
963
  | **200** | Return an application | - |
953
964
  | **400** | Return an error if provided ID is not a valid UUID | - |
954
965
  | **401** | Return an error if the user is not authenticated | - |
966
+ | **402** | Return an error if the trial access has expired | - |
955
967
  | **403** | Return an error if the user does not have the required permissions | - |
956
968
  | **404** | Return an error if the application is not found | - |
957
969
  | **500** | Return an error if the server founds an error | - |
@@ -1026,6 +1038,7 @@ No authorization required
1026
1038
  |-------------|-------------|------------------|
1027
1039
  | **200** | Return a list of applications | - |
1028
1040
  | **401** | Return an error if the user is not authenticated | - |
1041
+ | **402** | Return an error if the trial access has expired | - |
1029
1042
  | **403** | Return an error if the user does not have the required permissions | - |
1030
1043
  | **500** | Return an error if the server founds an error | - |
1031
1044
 
@@ -1103,6 +1116,7 @@ No authorization required
1103
1116
  | **200** | List of available MCP servers | - |
1104
1117
  | **400** | Bad Request | - |
1105
1118
  | **401** | Unauthorized | - |
1119
+ | **402** | Payment Required | - |
1106
1120
  | **404** | Not Found | - |
1107
1121
  | **500** | Internal Server Error | - |
1108
1122
 
@@ -1174,6 +1188,7 @@ No authorization required
1174
1188
  | **200** | MCP server with status | - |
1175
1189
  | **400** | Bad Request | - |
1176
1190
  | **401** | Unauthorized | - |
1191
+ | **402** | Payment Required | - |
1177
1192
  | **404** | Not Found | - |
1178
1193
  | **500** | Internal Server Error | - |
1179
1194
 
@@ -1247,6 +1262,7 @@ No authorization required
1247
1262
  |-------------|-------------|------------------|
1248
1263
  | **200** | List of MCP servers | - |
1249
1264
  | **401** | Unauthorized | - |
1265
+ | **402** | Payment Required | - |
1250
1266
  | **500** | Internal Server Error | - |
1251
1267
 
1252
1268
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
@@ -1323,6 +1339,7 @@ No authorization required
1323
1339
  | **200** | List of MCP servers | - |
1324
1340
  | **400** | Bad Request | - |
1325
1341
  | **401** | Unauthorized | - |
1342
+ | **402** | Payment Required | - |
1326
1343
  | **404** | Not Found | - |
1327
1344
  | **500** | Internal Server Error | - |
1328
1345
 
@@ -1399,6 +1416,7 @@ No authorization required
1399
1416
  |-------------|-------------|------------------|
1400
1417
  | **200** | List of roles | - |
1401
1418
  | **400** | Return an error if applicationId is missing or invalid | - |
1419
+ | **402** | Return an error if the trial access has expired | - |
1402
1420
  | **500** | Return an error if the server finds an error | - |
1403
1421
 
1404
1422
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
@@ -1472,6 +1490,7 @@ No authorization required
1472
1490
  | **200** | Updates an application and return an updated application if the ID exists | - |
1473
1491
  | **400** | Return an error if provided RagApiKey is not a valid | - |
1474
1492
  | **401** | Return an error if the user is not authenticated | - |
1493
+ | **402** | Return an error if the trial access has expired | - |
1475
1494
  | **403** | Return an error if the user does not have the required permissions | - |
1476
1495
  | **404** | Return an error if the application is not found | - |
1477
1496
  | **500** | Return an error if the server founds an error | - |
@@ -1547,6 +1566,7 @@ No authorization required
1547
1566
  | **200** | Updated MCP server | - |
1548
1567
  | **400** | Bad Request | - |
1549
1568
  | **401** | Unauthorized | - |
1569
+ | **402** | Payment Required | - |
1550
1570
  | **500** | Internal Server Error | - |
1551
1571
 
1552
1572
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
@@ -1622,6 +1642,7 @@ No authorization required
1622
1642
  |-------------|-------------|------------------|
1623
1643
  | **200** | Updated role | - |
1624
1644
  | **400** | Return an error if there is a missing or invalid field | - |
1645
+ | **402** | Return an error if the trial access has expired | - |
1625
1646
  | **404** | Return an error if role not found | - |
1626
1647
  | **500** | Return an error if the server finds an error | - |
1627
1648
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tuix-mcp-host-client",
3
- "version": "0.0.87",
3
+ "version": "0.0.89",
4
4
  "description": "This package facilitates the client request to tuix tuix-mcp-host",
5
5
  "main": "index.js",
6
6
  "private": false,