@nocobase/plugin-ai 2.1.0-alpha.10 → 2.1.0-alpha.12

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 (175) hide show
  1. package/dist/{server/ai-employees/built-in/data-modeling/prompt.d.ts → ai/ai-employees/cole.d.ts} +1 -3
  2. package/dist/{server/ai-employees/built-in/nocobase-assistant/prompt.js → ai/ai-employees/cole.js} +15 -7
  3. package/dist/{server/ai-employees/built-in/data-organizer/prompt.d.ts → ai/ai-employees/dara.d.ts} +1 -3
  4. package/dist/{server/ai-employees/built-in/data-visualization/prompt.js → ai/ai-employees/dara.js} +21 -13
  5. package/dist/{server/ai-employees/built-in/data-visualization/prompt.d.ts → ai/ai-employees/dex.d.ts} +1 -3
  6. package/dist/{server/ai-employees/built-in/data-organizer/prompt.js → ai/ai-employees/dex.js} +15 -7
  7. package/dist/ai/ai-employees/ellis.d.ts +10 -0
  8. package/dist/{server/ai-employees/built-in/email-assistant/prompt.js → ai/ai-employees/ellis.js} +19 -11
  9. package/dist/ai/ai-employees/lexi.d.ts +10 -0
  10. package/dist/{server/ai-employees/built-in/translator/prompt.js → ai/ai-employees/lexi.js} +15 -7
  11. package/dist/ai/ai-employees/vera.d.ts +10 -0
  12. package/dist/{server/ai-employees/built-in/research-analyst/prompt.js → ai/ai-employees/vera.js} +15 -7
  13. package/dist/ai/ai-employees/viz.d.ts +10 -0
  14. package/dist/{server/ai-employees/built-in/insights-analyst/prompt.js → ai/ai-employees/viz.js} +15 -7
  15. package/dist/ai/skills/document-search/SKILLS.md +69 -0
  16. package/dist/ai/tools/chartGenerator.js +14 -3
  17. package/dist/ai/tools/formFiller.js +13 -2
  18. package/dist/{server/ai-employees/built-in/ai-coding/prompt.d.ts → ai/tools/getSkill.d.ts} +1 -3
  19. package/dist/{server/ai-employees/built-in/data-modeling/index.js → ai/tools/getSkill.js} +39 -32
  20. package/dist/ai/tools/suggestions.js +13 -2
  21. package/dist/client/{a06081a2b06f1c14.js → 200ac94fc7f6e97b.js} +1 -1
  22. package/dist/client/27539a4356faebb1.js +10 -0
  23. package/dist/client/2db4faf814179140.js +10 -0
  24. package/dist/client/{521c94db45b1e031.js → 4f9117811ffc7ab3.js} +1 -1
  25. package/dist/client/{c49557cc10afc6b2.js → 5af11e24bcb39ac4.js} +1 -1
  26. package/dist/client/62bf6ed27c8de0df.js +10 -0
  27. package/dist/client/6dc8c9b641452067.js +10 -0
  28. package/dist/client/8169eb2b48edf6c7.js +10 -0
  29. package/dist/client/81f6436fd9322dc1.js +10 -0
  30. package/dist/client/{33811690df6f43ba.js → 85af3d6d85eb5b2b.js} +1 -1
  31. package/dist/client/87bc4d3cb55e4006.js +10 -0
  32. package/dist/client/9ac11803370a9625.js +10 -0
  33. package/dist/client/9c00efb8eb0b4d69.js +10 -0
  34. package/dist/client/{f74949b95f9bbb91.js → a4948d5b70172a69.js} +1 -1
  35. package/dist/client/ai-employees/admin/SkillSettings.d.ts +7 -5
  36. package/dist/{server/ai-employees/built-in/ai-coding/document/example/js-column/js_columns_for_accounts_en.d.ts → client/ai-employees/admin/ToolsSettings.d.ts} +8 -4
  37. package/dist/client/ai-employees/admin/mcp/MCPSettings.d.ts +10 -0
  38. package/dist/client/ai-employees/admin/mcp/MCPToolsList.d.ts +19 -0
  39. package/dist/client/ai-employees/admin/mcp/context.d.ts +15 -0
  40. package/dist/client/ai-employees/admin/mcp/schemas.d.ts +1286 -0
  41. package/dist/client/ai-employees/chatbox/utils.d.ts +3 -7
  42. package/dist/client/ai-employees/types.d.ts +5 -4
  43. package/dist/client/c83c2cae956ba914.js +10 -0
  44. package/dist/client/{6fcc98eb80deed47.js → d4e2ed9fa44a82b2.js} +1 -1
  45. package/dist/client/{5be6710cc905ec12.js → f944d487b7ff1f00.js} +1 -1
  46. package/dist/client/index.js +2 -2
  47. package/dist/client/repositories/AIConfigRepository.d.ts +8 -1
  48. package/dist/collections/ai-employees.js +2 -1
  49. package/dist/collections/ai-mcp-clients.d.ts +51 -0
  50. package/dist/collections/ai-mcp-clients.js +111 -0
  51. package/dist/externalVersion.js +14 -14
  52. package/dist/locale/en-US.json +65 -8
  53. package/dist/locale/zh-CN.json +66 -9
  54. package/dist/node_modules/fast-glob/package.json +1 -1
  55. package/dist/node_modules/flexsearch/package.json +1 -1
  56. package/dist/node_modules/fs-extra/package.json +1 -1
  57. package/dist/node_modules/nodejs-snowflake/package.json +1 -1
  58. package/dist/node_modules/openai/package.json +1 -1
  59. package/dist/node_modules/zod/package.json +1 -1
  60. package/dist/server/ai-employees/ai-employee.d.ts +5 -1
  61. package/dist/server/ai-employees/ai-employee.js +90 -13
  62. package/dist/server/ai-employees/middleware/index.d.ts +1 -0
  63. package/dist/server/ai-employees/middleware/index.js +2 -0
  64. package/dist/server/ai-employees/middleware/skill-tools.d.ts +12 -0
  65. package/dist/server/ai-employees/middleware/skill-tools.js +74 -0
  66. package/dist/server/ai-employees/prompts.d.ts +6 -1
  67. package/dist/server/ai-employees/prompts.js +9 -1
  68. package/dist/server/ai-employees/templates/form-assistant.d.ts +2 -2
  69. package/dist/server/ai-employees/templates/form-assistant.js +2 -2
  70. package/dist/server/ai-employees/utils.js +2 -2
  71. package/dist/server/{ai-employees/built-in/ai-coding/document/basic/flow-resource.d.ts → collections/ai-mcp-clients.d.ts} +1 -4
  72. package/dist/server/{ai-employees/built-in/ai-coding/prompt.js → collections/ai-mcp-clients.js} +12 -10
  73. package/dist/server/{ai-employees/built-in/ai-coding/document/example/js-column/js_columns_for_opportunities_en.d.ts → collections/ai-skills.d.ts} +1 -4
  74. package/dist/server/{migrations/20250923221107-setup-build-in.js → collections/ai-skills.js} +46 -13
  75. package/dist/server/manager/ai-coding-manager.d.ts +1 -2
  76. package/dist/server/manager/ai-coding-manager.js +0 -41
  77. package/dist/server/manager/built-in-manager.d.ts +2 -4
  78. package/dist/server/manager/built-in-manager.js +7 -118
  79. package/dist/server/migrations/20260306000001-migrate-skill-settings-tools.js +68 -0
  80. package/dist/server/plugin.d.ts +0 -1
  81. package/dist/server/plugin.js +17 -8
  82. package/dist/server/resource/aiEmployees.js +5 -7
  83. package/dist/server/{ai-employees/built-in/ai-coding/document/example/js-column/js_columns_for_contacts_en.d.ts → resource/aiMcpClients.d.ts} +3 -5
  84. package/dist/server/resource/aiMcpClients.js +78 -0
  85. package/dist/server/{ai-employees/built-in/ai-coding/document/example/js-column/index.d.ts → resource/aiSkills.d.ts} +3 -7
  86. package/dist/server/resource/aiSkills.js +71 -0
  87. package/dist/server/resource/aiTools.js +4 -6
  88. package/dist/server/tools/docs.js +2 -2
  89. package/dist/server/tools/workflow-caller.js +1 -0
  90. package/package.json +2 -2
  91. package/dist/client/16dbe01d9077bb74.js +0 -10
  92. package/dist/client/180c8b1051a4f36e.js +0 -10
  93. package/dist/client/41229e007006e7f6.js +0 -10
  94. package/dist/client/41950da4c64caf73.js +0 -10
  95. package/dist/client/585ba360c7c57caf.js +0 -10
  96. package/dist/client/9f62a4c5136dfe8b.js +0 -10
  97. package/dist/client/b7f721f8dabb54e5.js +0 -10
  98. package/dist/client/bc471dd60174458c.js +0 -10
  99. package/dist/client/c40ed1a900aefb67.js +0 -10
  100. package/dist/server/ai-employees/built-in/ai-coding/document/basic/flow-resource.js +0 -256
  101. package/dist/server/ai-employees/built-in/ai-coding/document/example/js-column/index.js +0 -48
  102. package/dist/server/ai-employees/built-in/ai-coding/document/example/js-column/js_columns_for_accounts_en.js +0 -452
  103. package/dist/server/ai-employees/built-in/ai-coding/document/example/js-column/js_columns_for_contacts_en.js +0 -363
  104. package/dist/server/ai-employees/built-in/ai-coding/document/example/js-column/js_columns_for_opportunities_en.js +0 -270
  105. package/dist/server/ai-employees/built-in/ai-coding/document/example/js-column/js_columns_for_quotations_en.d.ts +0 -13
  106. package/dist/server/ai-employees/built-in/ai-coding/document/example/js-column/js_columns_for_quotations_en.js +0 -219
  107. package/dist/server/ai-employees/built-in/ai-coding/document/example/js-column/js_columns_for_tickets_en.d.ts +0 -13
  108. package/dist/server/ai-employees/built-in/ai-coding/document/example/js-column/js_columns_for_tickets_en.js +0 -409
  109. package/dist/server/ai-employees/built-in/ai-coding/document/example/js-filter/accounts_filter_ant_style.d.ts +0 -13
  110. package/dist/server/ai-employees/built-in/ai-coding/document/example/js-filter/accounts_filter_ant_style.js +0 -324
  111. package/dist/server/ai-employees/built-in/ai-coding/document/example/js-filter/contacts_filter_ant_style.d.ts +0 -13
  112. package/dist/server/ai-employees/built-in/ai-coding/document/example/js-filter/contacts_filter_ant_style.js +0 -309
  113. package/dist/server/ai-employees/built-in/ai-coding/document/example/js-filter/index.d.ts +0 -15
  114. package/dist/server/ai-employees/built-in/ai-coding/document/example/js-filter/index.js +0 -50
  115. package/dist/server/ai-employees/built-in/ai-coding/document/example/js-filter/leads_filter_ant_style.d.ts +0 -13
  116. package/dist/server/ai-employees/built-in/ai-coding/document/example/js-filter/leads_filter_ant_style.js +0 -345
  117. package/dist/server/ai-employees/built-in/ai-coding/document/example/js-filter/opportunities_filter_ant_style.d.ts +0 -13
  118. package/dist/server/ai-employees/built-in/ai-coding/document/example/js-filter/opportunities_filter_ant_style.js +0 -381
  119. package/dist/server/ai-employees/built-in/ai-coding/document/example/js-filter/product_categories_ant_style.d.ts +0 -13
  120. package/dist/server/ai-employees/built-in/ai-coding/document/example/js-filter/product_categories_ant_style.js +0 -545
  121. package/dist/server/ai-employees/built-in/ai-coding/document/example/js-filter/tickets_filter_ant_style.d.ts +0 -13
  122. package/dist/server/ai-employees/built-in/ai-coding/document/example/js-filter/tickets_filter_ant_style.js +0 -346
  123. package/dist/server/ai-employees/built-in/ai-coding/document/js-action.d.ts +0 -13
  124. package/dist/server/ai-employees/built-in/ai-coding/document/js-action.js +0 -102
  125. package/dist/server/ai-employees/built-in/ai-coding/document/js-block.d.ts +0 -13
  126. package/dist/server/ai-employees/built-in/ai-coding/document/js-block.js +0 -314
  127. package/dist/server/ai-employees/built-in/ai-coding/document/js-column.d.ts +0 -13
  128. package/dist/server/ai-employees/built-in/ai-coding/document/js-column.js +0 -113
  129. package/dist/server/ai-employees/built-in/ai-coding/document/js-field.d.ts +0 -13
  130. package/dist/server/ai-employees/built-in/ai-coding/document/js-field.js +0 -498
  131. package/dist/server/ai-employees/built-in/ai-coding/document/js-item.d.ts +0 -13
  132. package/dist/server/ai-employees/built-in/ai-coding/document/js-item.js +0 -184
  133. package/dist/server/ai-employees/built-in/ai-coding/index.d.ts +0 -37
  134. package/dist/server/ai-employees/built-in/ai-coding/index.js +0 -99
  135. package/dist/server/ai-employees/built-in/ai-coding/profile.d.ts +0 -27
  136. package/dist/server/ai-employees/built-in/ai-coding/profile.js +0 -60
  137. package/dist/server/ai-employees/built-in/ai-coding/prompt_en.md +0 -110
  138. package/dist/server/ai-employees/built-in/data-modeling/index.d.ts +0 -37
  139. package/dist/server/ai-employees/built-in/data-modeling/profile.d.ts +0 -27
  140. package/dist/server/ai-employees/built-in/data-modeling/profile.js +0 -60
  141. package/dist/server/ai-employees/built-in/data-modeling/prompt.js +0 -283
  142. package/dist/server/ai-employees/built-in/data-organizer/index.d.ts +0 -37
  143. package/dist/server/ai-employees/built-in/data-organizer/index.js +0 -63
  144. package/dist/server/ai-employees/built-in/data-organizer/profile.d.ts +0 -27
  145. package/dist/server/ai-employees/built-in/data-organizer/profile.js +0 -60
  146. package/dist/server/ai-employees/built-in/data-visualization/index.d.ts +0 -37
  147. package/dist/server/ai-employees/built-in/data-visualization/index.js +0 -58
  148. package/dist/server/ai-employees/built-in/data-visualization/profile.d.ts +0 -27
  149. package/dist/server/ai-employees/built-in/data-visualization/profile.js +0 -60
  150. package/dist/server/ai-employees/built-in/email-assistant/index.d.ts +0 -34
  151. package/dist/server/ai-employees/built-in/email-assistant/index.js +0 -50
  152. package/dist/server/ai-employees/built-in/email-assistant/profile.d.ts +0 -27
  153. package/dist/server/ai-employees/built-in/email-assistant/profile.js +0 -60
  154. package/dist/server/ai-employees/built-in/email-assistant/prompt.d.ts +0 -12
  155. package/dist/server/ai-employees/built-in/insights-analyst/index.d.ts +0 -37
  156. package/dist/server/ai-employees/built-in/insights-analyst/index.js +0 -63
  157. package/dist/server/ai-employees/built-in/insights-analyst/profile.d.ts +0 -27
  158. package/dist/server/ai-employees/built-in/insights-analyst/profile.js +0 -60
  159. package/dist/server/ai-employees/built-in/insights-analyst/prompt.d.ts +0 -12
  160. package/dist/server/ai-employees/built-in/nocobase-assistant/index.d.ts +0 -34
  161. package/dist/server/ai-employees/built-in/nocobase-assistant/index.js +0 -50
  162. package/dist/server/ai-employees/built-in/nocobase-assistant/profile.d.ts +0 -27
  163. package/dist/server/ai-employees/built-in/nocobase-assistant/profile.js +0 -60
  164. package/dist/server/ai-employees/built-in/nocobase-assistant/prompt.d.ts +0 -12
  165. package/dist/server/ai-employees/built-in/research-analyst/index.d.ts +0 -37
  166. package/dist/server/ai-employees/built-in/research-analyst/index.js +0 -63
  167. package/dist/server/ai-employees/built-in/research-analyst/profile.d.ts +0 -27
  168. package/dist/server/ai-employees/built-in/research-analyst/profile.js +0 -60
  169. package/dist/server/ai-employees/built-in/research-analyst/prompt.d.ts +0 -12
  170. package/dist/server/ai-employees/built-in/translator/index.d.ts +0 -37
  171. package/dist/server/ai-employees/built-in/translator/index.js +0 -67
  172. package/dist/server/ai-employees/built-in/translator/profile.d.ts +0 -27
  173. package/dist/server/ai-employees/built-in/translator/profile.js +0 -60
  174. package/dist/server/ai-employees/built-in/translator/prompt.d.ts +0 -12
  175. /package/dist/server/migrations/{20250923221107-setup-build-in.d.ts → 20260306000001-migrate-skill-settings-tools.d.ts} +0 -0
@@ -0,0 +1,1286 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
9
+ export declare const createMCPFormContentSchema: {
10
+ type: string;
11
+ properties: {
12
+ name: {
13
+ 'x-component-props'?: {
14
+ disabled: boolean;
15
+ };
16
+ type: string;
17
+ 'x-decorator': string;
18
+ title: string;
19
+ 'x-component': string;
20
+ required: boolean;
21
+ };
22
+ title: {
23
+ type: string;
24
+ 'x-decorator': string;
25
+ title: string;
26
+ 'x-component': string;
27
+ required: boolean;
28
+ };
29
+ description: {
30
+ type: string;
31
+ 'x-decorator': string;
32
+ title: string;
33
+ 'x-component': string;
34
+ 'x-component-props': {
35
+ autoSize: {
36
+ minRows: number;
37
+ maxRows: number;
38
+ };
39
+ };
40
+ };
41
+ transport: {
42
+ type: string;
43
+ 'x-decorator': string;
44
+ title: string;
45
+ 'x-component': string;
46
+ enum: string;
47
+ required: boolean;
48
+ };
49
+ command: {
50
+ type: string;
51
+ 'x-decorator': string;
52
+ title: string;
53
+ 'x-component': string;
54
+ 'x-component-props': {
55
+ placeholder: string;
56
+ };
57
+ 'x-reactions': {
58
+ dependencies: string[];
59
+ fulfill: {
60
+ state: {
61
+ required?: string;
62
+ visible: string;
63
+ };
64
+ };
65
+ }[];
66
+ };
67
+ args: {
68
+ type: string;
69
+ 'x-decorator': string;
70
+ title: string;
71
+ 'x-component': string;
72
+ 'x-component-props': {
73
+ placeholder: string;
74
+ };
75
+ 'x-reactions': {
76
+ dependencies: string[];
77
+ fulfill: {
78
+ state: {
79
+ required?: string;
80
+ visible: string;
81
+ };
82
+ };
83
+ }[];
84
+ };
85
+ env: {
86
+ type: string;
87
+ 'x-component': string;
88
+ 'x-decorator': string;
89
+ title: string;
90
+ items: {
91
+ type: string;
92
+ properties: {
93
+ space: {
94
+ type: string;
95
+ 'x-component': string;
96
+ 'x-component-props': {
97
+ style: {
98
+ flexWrap: string;
99
+ maxWidth: string;
100
+ display: string;
101
+ };
102
+ className: string;
103
+ };
104
+ properties: {
105
+ name: {
106
+ type: string;
107
+ 'x-decorator': string;
108
+ 'x-component': string;
109
+ 'x-component-props': {
110
+ placeholder: string;
111
+ };
112
+ };
113
+ value: {
114
+ type: string;
115
+ 'x-decorator': string;
116
+ 'x-component': string;
117
+ 'x-component-props': {
118
+ useTypedConstant: boolean;
119
+ };
120
+ };
121
+ remove: {
122
+ type: string;
123
+ 'x-decorator': string;
124
+ 'x-component': string;
125
+ };
126
+ };
127
+ };
128
+ };
129
+ };
130
+ properties: {
131
+ add: {
132
+ type: string;
133
+ title: string;
134
+ 'x-component': string;
135
+ };
136
+ };
137
+ 'x-reactions': {
138
+ dependencies: string[];
139
+ fulfill: {
140
+ state: {
141
+ required?: string;
142
+ visible: string;
143
+ };
144
+ };
145
+ }[];
146
+ };
147
+ url: {
148
+ type: string;
149
+ 'x-decorator': string;
150
+ title: string;
151
+ 'x-component': string;
152
+ 'x-component-props': {
153
+ placeholder: string;
154
+ };
155
+ 'x-reactions': {
156
+ dependencies: string[];
157
+ fulfill: {
158
+ state: {
159
+ required?: string;
160
+ visible: string;
161
+ };
162
+ };
163
+ }[];
164
+ };
165
+ headers: {
166
+ type: string;
167
+ 'x-component': string;
168
+ 'x-decorator': string;
169
+ title: string;
170
+ items: {
171
+ type: string;
172
+ properties: {
173
+ space: {
174
+ type: string;
175
+ 'x-component': string;
176
+ 'x-component-props': {
177
+ style: {
178
+ flexWrap: string;
179
+ maxWidth: string;
180
+ display: string;
181
+ };
182
+ className: string;
183
+ };
184
+ properties: {
185
+ name: {
186
+ type: string;
187
+ 'x-decorator': string;
188
+ 'x-component': string;
189
+ 'x-component-props': {
190
+ placeholder: string;
191
+ };
192
+ };
193
+ value: {
194
+ type: string;
195
+ 'x-decorator': string;
196
+ 'x-component': string;
197
+ 'x-component-props': {
198
+ useTypedConstant: boolean;
199
+ };
200
+ };
201
+ remove: {
202
+ type: string;
203
+ 'x-decorator': string;
204
+ 'x-component': string;
205
+ };
206
+ };
207
+ };
208
+ };
209
+ };
210
+ properties: {
211
+ add: {
212
+ type: string;
213
+ title: string;
214
+ 'x-component': string;
215
+ };
216
+ };
217
+ 'x-reactions': {
218
+ dependencies: string[];
219
+ fulfill: {
220
+ state: {
221
+ required?: string;
222
+ visible: string;
223
+ };
224
+ };
225
+ }[];
226
+ };
227
+ restart: {
228
+ type: string;
229
+ 'x-decorator': string;
230
+ title: string;
231
+ 'x-component': string;
232
+ 'x-visible': boolean;
233
+ 'x-component-props': {
234
+ autoSize: {
235
+ minRows: number;
236
+ };
237
+ };
238
+ };
239
+ testResult: {
240
+ type: string;
241
+ 'x-component': string;
242
+ };
243
+ footer: {
244
+ type: string;
245
+ 'x-component': "Action.Drawer.Footer" | "Action.Drawer.FootBar";
246
+ properties: {
247
+ test: {
248
+ type: string;
249
+ 'x-component': string;
250
+ };
251
+ cancel: {
252
+ title: string;
253
+ 'x-component': string;
254
+ 'x-use-component-props': string;
255
+ };
256
+ submit: {
257
+ title: string;
258
+ 'x-component': string;
259
+ 'x-component-props': {
260
+ type: string;
261
+ };
262
+ 'x-use-component-props': string;
263
+ };
264
+ };
265
+ };
266
+ };
267
+ };
268
+ export declare const editMCPFormContentSchema: {
269
+ type: string;
270
+ properties: {
271
+ name: {
272
+ 'x-component-props'?: {
273
+ disabled: boolean;
274
+ };
275
+ type: string;
276
+ 'x-decorator': string;
277
+ title: string;
278
+ 'x-component': string;
279
+ required: boolean;
280
+ };
281
+ title: {
282
+ type: string;
283
+ 'x-decorator': string;
284
+ title: string;
285
+ 'x-component': string;
286
+ required: boolean;
287
+ };
288
+ description: {
289
+ type: string;
290
+ 'x-decorator': string;
291
+ title: string;
292
+ 'x-component': string;
293
+ 'x-component-props': {
294
+ autoSize: {
295
+ minRows: number;
296
+ maxRows: number;
297
+ };
298
+ };
299
+ };
300
+ transport: {
301
+ type: string;
302
+ 'x-decorator': string;
303
+ title: string;
304
+ 'x-component': string;
305
+ enum: string;
306
+ required: boolean;
307
+ };
308
+ command: {
309
+ type: string;
310
+ 'x-decorator': string;
311
+ title: string;
312
+ 'x-component': string;
313
+ 'x-component-props': {
314
+ placeholder: string;
315
+ };
316
+ 'x-reactions': {
317
+ dependencies: string[];
318
+ fulfill: {
319
+ state: {
320
+ required?: string;
321
+ visible: string;
322
+ };
323
+ };
324
+ }[];
325
+ };
326
+ args: {
327
+ type: string;
328
+ 'x-decorator': string;
329
+ title: string;
330
+ 'x-component': string;
331
+ 'x-component-props': {
332
+ placeholder: string;
333
+ };
334
+ 'x-reactions': {
335
+ dependencies: string[];
336
+ fulfill: {
337
+ state: {
338
+ required?: string;
339
+ visible: string;
340
+ };
341
+ };
342
+ }[];
343
+ };
344
+ env: {
345
+ type: string;
346
+ 'x-component': string;
347
+ 'x-decorator': string;
348
+ title: string;
349
+ items: {
350
+ type: string;
351
+ properties: {
352
+ space: {
353
+ type: string;
354
+ 'x-component': string;
355
+ 'x-component-props': {
356
+ style: {
357
+ flexWrap: string;
358
+ maxWidth: string;
359
+ display: string;
360
+ };
361
+ className: string;
362
+ };
363
+ properties: {
364
+ name: {
365
+ type: string;
366
+ 'x-decorator': string;
367
+ 'x-component': string;
368
+ 'x-component-props': {
369
+ placeholder: string;
370
+ };
371
+ };
372
+ value: {
373
+ type: string;
374
+ 'x-decorator': string;
375
+ 'x-component': string;
376
+ 'x-component-props': {
377
+ useTypedConstant: boolean;
378
+ };
379
+ };
380
+ remove: {
381
+ type: string;
382
+ 'x-decorator': string;
383
+ 'x-component': string;
384
+ };
385
+ };
386
+ };
387
+ };
388
+ };
389
+ properties: {
390
+ add: {
391
+ type: string;
392
+ title: string;
393
+ 'x-component': string;
394
+ };
395
+ };
396
+ 'x-reactions': {
397
+ dependencies: string[];
398
+ fulfill: {
399
+ state: {
400
+ required?: string;
401
+ visible: string;
402
+ };
403
+ };
404
+ }[];
405
+ };
406
+ url: {
407
+ type: string;
408
+ 'x-decorator': string;
409
+ title: string;
410
+ 'x-component': string;
411
+ 'x-component-props': {
412
+ placeholder: string;
413
+ };
414
+ 'x-reactions': {
415
+ dependencies: string[];
416
+ fulfill: {
417
+ state: {
418
+ required?: string;
419
+ visible: string;
420
+ };
421
+ };
422
+ }[];
423
+ };
424
+ headers: {
425
+ type: string;
426
+ 'x-component': string;
427
+ 'x-decorator': string;
428
+ title: string;
429
+ items: {
430
+ type: string;
431
+ properties: {
432
+ space: {
433
+ type: string;
434
+ 'x-component': string;
435
+ 'x-component-props': {
436
+ style: {
437
+ flexWrap: string;
438
+ maxWidth: string;
439
+ display: string;
440
+ };
441
+ className: string;
442
+ };
443
+ properties: {
444
+ name: {
445
+ type: string;
446
+ 'x-decorator': string;
447
+ 'x-component': string;
448
+ 'x-component-props': {
449
+ placeholder: string;
450
+ };
451
+ };
452
+ value: {
453
+ type: string;
454
+ 'x-decorator': string;
455
+ 'x-component': string;
456
+ 'x-component-props': {
457
+ useTypedConstant: boolean;
458
+ };
459
+ };
460
+ remove: {
461
+ type: string;
462
+ 'x-decorator': string;
463
+ 'x-component': string;
464
+ };
465
+ };
466
+ };
467
+ };
468
+ };
469
+ properties: {
470
+ add: {
471
+ type: string;
472
+ title: string;
473
+ 'x-component': string;
474
+ };
475
+ };
476
+ 'x-reactions': {
477
+ dependencies: string[];
478
+ fulfill: {
479
+ state: {
480
+ required?: string;
481
+ visible: string;
482
+ };
483
+ };
484
+ }[];
485
+ };
486
+ restart: {
487
+ type: string;
488
+ 'x-decorator': string;
489
+ title: string;
490
+ 'x-component': string;
491
+ 'x-visible': boolean;
492
+ 'x-component-props': {
493
+ autoSize: {
494
+ minRows: number;
495
+ };
496
+ };
497
+ };
498
+ testResult: {
499
+ type: string;
500
+ 'x-component': string;
501
+ };
502
+ footer: {
503
+ type: string;
504
+ 'x-component': "Action.Drawer.Footer" | "Action.Drawer.FootBar";
505
+ properties: {
506
+ test: {
507
+ type: string;
508
+ 'x-component': string;
509
+ };
510
+ cancel: {
511
+ title: string;
512
+ 'x-component': string;
513
+ 'x-use-component-props': string;
514
+ };
515
+ submit: {
516
+ title: string;
517
+ 'x-component': string;
518
+ 'x-component-props': {
519
+ type: string;
520
+ };
521
+ 'x-use-component-props': string;
522
+ };
523
+ };
524
+ };
525
+ };
526
+ };
527
+ export declare const viewMCPToolsContentSchema: {
528
+ type: string;
529
+ properties: {
530
+ tools: {
531
+ type: string;
532
+ 'x-component': string;
533
+ };
534
+ };
535
+ };
536
+ export declare const createMCPSchema: {
537
+ type: string;
538
+ properties: {
539
+ createDrawer: {
540
+ type: string;
541
+ title: string;
542
+ 'x-component': string;
543
+ 'x-decorator': string;
544
+ 'x-use-decorator-props': string;
545
+ properties: {
546
+ name: {
547
+ 'x-component-props'?: {
548
+ disabled: boolean;
549
+ };
550
+ type: string;
551
+ 'x-decorator': string;
552
+ title: string;
553
+ 'x-component': string;
554
+ required: boolean;
555
+ };
556
+ title: {
557
+ type: string;
558
+ 'x-decorator': string;
559
+ title: string;
560
+ 'x-component': string;
561
+ required: boolean;
562
+ };
563
+ description: {
564
+ type: string;
565
+ 'x-decorator': string;
566
+ title: string;
567
+ 'x-component': string;
568
+ 'x-component-props': {
569
+ autoSize: {
570
+ minRows: number;
571
+ maxRows: number;
572
+ };
573
+ };
574
+ };
575
+ transport: {
576
+ type: string;
577
+ 'x-decorator': string;
578
+ title: string;
579
+ 'x-component': string;
580
+ enum: string;
581
+ required: boolean;
582
+ };
583
+ command: {
584
+ type: string;
585
+ 'x-decorator': string;
586
+ title: string;
587
+ 'x-component': string;
588
+ 'x-component-props': {
589
+ placeholder: string;
590
+ };
591
+ 'x-reactions': {
592
+ dependencies: string[];
593
+ fulfill: {
594
+ state: {
595
+ required?: string;
596
+ visible: string;
597
+ };
598
+ };
599
+ }[];
600
+ };
601
+ args: {
602
+ type: string;
603
+ 'x-decorator': string;
604
+ title: string;
605
+ 'x-component': string;
606
+ 'x-component-props': {
607
+ placeholder: string;
608
+ };
609
+ 'x-reactions': {
610
+ dependencies: string[];
611
+ fulfill: {
612
+ state: {
613
+ required?: string;
614
+ visible: string;
615
+ };
616
+ };
617
+ }[];
618
+ };
619
+ env: {
620
+ type: string;
621
+ 'x-component': string;
622
+ 'x-decorator': string;
623
+ title: string;
624
+ items: {
625
+ type: string;
626
+ properties: {
627
+ space: {
628
+ type: string;
629
+ 'x-component': string;
630
+ 'x-component-props': {
631
+ style: {
632
+ flexWrap: string;
633
+ maxWidth: string;
634
+ display: string;
635
+ };
636
+ className: string;
637
+ };
638
+ properties: {
639
+ name: {
640
+ type: string;
641
+ 'x-decorator': string;
642
+ 'x-component': string;
643
+ 'x-component-props': {
644
+ placeholder: string;
645
+ };
646
+ };
647
+ value: {
648
+ type: string;
649
+ 'x-decorator': string;
650
+ 'x-component': string;
651
+ 'x-component-props': {
652
+ useTypedConstant: boolean;
653
+ };
654
+ };
655
+ remove: {
656
+ type: string;
657
+ 'x-decorator': string;
658
+ 'x-component': string;
659
+ };
660
+ };
661
+ };
662
+ };
663
+ };
664
+ properties: {
665
+ add: {
666
+ type: string;
667
+ title: string;
668
+ 'x-component': string;
669
+ };
670
+ };
671
+ 'x-reactions': {
672
+ dependencies: string[];
673
+ fulfill: {
674
+ state: {
675
+ required?: string;
676
+ visible: string;
677
+ };
678
+ };
679
+ }[];
680
+ };
681
+ url: {
682
+ type: string;
683
+ 'x-decorator': string;
684
+ title: string;
685
+ 'x-component': string;
686
+ 'x-component-props': {
687
+ placeholder: string;
688
+ };
689
+ 'x-reactions': {
690
+ dependencies: string[];
691
+ fulfill: {
692
+ state: {
693
+ required?: string;
694
+ visible: string;
695
+ };
696
+ };
697
+ }[];
698
+ };
699
+ headers: {
700
+ type: string;
701
+ 'x-component': string;
702
+ 'x-decorator': string;
703
+ title: string;
704
+ items: {
705
+ type: string;
706
+ properties: {
707
+ space: {
708
+ type: string;
709
+ 'x-component': string;
710
+ 'x-component-props': {
711
+ style: {
712
+ flexWrap: string;
713
+ maxWidth: string;
714
+ display: string;
715
+ };
716
+ className: string;
717
+ };
718
+ properties: {
719
+ name: {
720
+ type: string;
721
+ 'x-decorator': string;
722
+ 'x-component': string;
723
+ 'x-component-props': {
724
+ placeholder: string;
725
+ };
726
+ };
727
+ value: {
728
+ type: string;
729
+ 'x-decorator': string;
730
+ 'x-component': string;
731
+ 'x-component-props': {
732
+ useTypedConstant: boolean;
733
+ };
734
+ };
735
+ remove: {
736
+ type: string;
737
+ 'x-decorator': string;
738
+ 'x-component': string;
739
+ };
740
+ };
741
+ };
742
+ };
743
+ };
744
+ properties: {
745
+ add: {
746
+ type: string;
747
+ title: string;
748
+ 'x-component': string;
749
+ };
750
+ };
751
+ 'x-reactions': {
752
+ dependencies: string[];
753
+ fulfill: {
754
+ state: {
755
+ required?: string;
756
+ visible: string;
757
+ };
758
+ };
759
+ }[];
760
+ };
761
+ restart: {
762
+ type: string;
763
+ 'x-decorator': string;
764
+ title: string;
765
+ 'x-component': string;
766
+ 'x-visible': boolean;
767
+ 'x-component-props': {
768
+ autoSize: {
769
+ minRows: number;
770
+ };
771
+ };
772
+ };
773
+ testResult: {
774
+ type: string;
775
+ 'x-component': string;
776
+ };
777
+ footer: {
778
+ type: string;
779
+ 'x-component': "Action.Drawer.Footer" | "Action.Drawer.FootBar";
780
+ properties: {
781
+ test: {
782
+ type: string;
783
+ 'x-component': string;
784
+ };
785
+ cancel: {
786
+ title: string;
787
+ 'x-component': string;
788
+ 'x-use-component-props': string;
789
+ };
790
+ submit: {
791
+ title: string;
792
+ 'x-component': string;
793
+ 'x-component-props': {
794
+ type: string;
795
+ };
796
+ 'x-use-component-props': string;
797
+ };
798
+ };
799
+ };
800
+ };
801
+ };
802
+ };
803
+ };
804
+ export declare const editMCPDrawerSchema: {
805
+ type: string;
806
+ properties: {
807
+ editDrawer: {
808
+ type: string;
809
+ title: string;
810
+ 'x-component': string;
811
+ 'x-decorator': string;
812
+ 'x-use-decorator-props': string;
813
+ properties: {
814
+ name: {
815
+ 'x-component-props'?: {
816
+ disabled: boolean;
817
+ };
818
+ type: string;
819
+ 'x-decorator': string;
820
+ title: string;
821
+ 'x-component': string;
822
+ required: boolean;
823
+ };
824
+ title: {
825
+ type: string;
826
+ 'x-decorator': string;
827
+ title: string;
828
+ 'x-component': string;
829
+ required: boolean;
830
+ };
831
+ description: {
832
+ type: string;
833
+ 'x-decorator': string;
834
+ title: string;
835
+ 'x-component': string;
836
+ 'x-component-props': {
837
+ autoSize: {
838
+ minRows: number;
839
+ maxRows: number;
840
+ };
841
+ };
842
+ };
843
+ transport: {
844
+ type: string;
845
+ 'x-decorator': string;
846
+ title: string;
847
+ 'x-component': string;
848
+ enum: string;
849
+ required: boolean;
850
+ };
851
+ command: {
852
+ type: string;
853
+ 'x-decorator': string;
854
+ title: string;
855
+ 'x-component': string;
856
+ 'x-component-props': {
857
+ placeholder: string;
858
+ };
859
+ 'x-reactions': {
860
+ dependencies: string[];
861
+ fulfill: {
862
+ state: {
863
+ required?: string;
864
+ visible: string;
865
+ };
866
+ };
867
+ }[];
868
+ };
869
+ args: {
870
+ type: string;
871
+ 'x-decorator': string;
872
+ title: string;
873
+ 'x-component': string;
874
+ 'x-component-props': {
875
+ placeholder: string;
876
+ };
877
+ 'x-reactions': {
878
+ dependencies: string[];
879
+ fulfill: {
880
+ state: {
881
+ required?: string;
882
+ visible: string;
883
+ };
884
+ };
885
+ }[];
886
+ };
887
+ env: {
888
+ type: string;
889
+ 'x-component': string;
890
+ 'x-decorator': string;
891
+ title: string;
892
+ items: {
893
+ type: string;
894
+ properties: {
895
+ space: {
896
+ type: string;
897
+ 'x-component': string;
898
+ 'x-component-props': {
899
+ style: {
900
+ flexWrap: string;
901
+ maxWidth: string;
902
+ display: string;
903
+ };
904
+ className: string;
905
+ };
906
+ properties: {
907
+ name: {
908
+ type: string;
909
+ 'x-decorator': string;
910
+ 'x-component': string;
911
+ 'x-component-props': {
912
+ placeholder: string;
913
+ };
914
+ };
915
+ value: {
916
+ type: string;
917
+ 'x-decorator': string;
918
+ 'x-component': string;
919
+ 'x-component-props': {
920
+ useTypedConstant: boolean;
921
+ };
922
+ };
923
+ remove: {
924
+ type: string;
925
+ 'x-decorator': string;
926
+ 'x-component': string;
927
+ };
928
+ };
929
+ };
930
+ };
931
+ };
932
+ properties: {
933
+ add: {
934
+ type: string;
935
+ title: string;
936
+ 'x-component': string;
937
+ };
938
+ };
939
+ 'x-reactions': {
940
+ dependencies: string[];
941
+ fulfill: {
942
+ state: {
943
+ required?: string;
944
+ visible: string;
945
+ };
946
+ };
947
+ }[];
948
+ };
949
+ url: {
950
+ type: string;
951
+ 'x-decorator': string;
952
+ title: string;
953
+ 'x-component': string;
954
+ 'x-component-props': {
955
+ placeholder: string;
956
+ };
957
+ 'x-reactions': {
958
+ dependencies: string[];
959
+ fulfill: {
960
+ state: {
961
+ required?: string;
962
+ visible: string;
963
+ };
964
+ };
965
+ }[];
966
+ };
967
+ headers: {
968
+ type: string;
969
+ 'x-component': string;
970
+ 'x-decorator': string;
971
+ title: string;
972
+ items: {
973
+ type: string;
974
+ properties: {
975
+ space: {
976
+ type: string;
977
+ 'x-component': string;
978
+ 'x-component-props': {
979
+ style: {
980
+ flexWrap: string;
981
+ maxWidth: string;
982
+ display: string;
983
+ };
984
+ className: string;
985
+ };
986
+ properties: {
987
+ name: {
988
+ type: string;
989
+ 'x-decorator': string;
990
+ 'x-component': string;
991
+ 'x-component-props': {
992
+ placeholder: string;
993
+ };
994
+ };
995
+ value: {
996
+ type: string;
997
+ 'x-decorator': string;
998
+ 'x-component': string;
999
+ 'x-component-props': {
1000
+ useTypedConstant: boolean;
1001
+ };
1002
+ };
1003
+ remove: {
1004
+ type: string;
1005
+ 'x-decorator': string;
1006
+ 'x-component': string;
1007
+ };
1008
+ };
1009
+ };
1010
+ };
1011
+ };
1012
+ properties: {
1013
+ add: {
1014
+ type: string;
1015
+ title: string;
1016
+ 'x-component': string;
1017
+ };
1018
+ };
1019
+ 'x-reactions': {
1020
+ dependencies: string[];
1021
+ fulfill: {
1022
+ state: {
1023
+ required?: string;
1024
+ visible: string;
1025
+ };
1026
+ };
1027
+ }[];
1028
+ };
1029
+ restart: {
1030
+ type: string;
1031
+ 'x-decorator': string;
1032
+ title: string;
1033
+ 'x-component': string;
1034
+ 'x-visible': boolean;
1035
+ 'x-component-props': {
1036
+ autoSize: {
1037
+ minRows: number;
1038
+ };
1039
+ };
1040
+ };
1041
+ testResult: {
1042
+ type: string;
1043
+ 'x-component': string;
1044
+ };
1045
+ footer: {
1046
+ type: string;
1047
+ 'x-component': "Action.Drawer.Footer" | "Action.Drawer.FootBar";
1048
+ properties: {
1049
+ test: {
1050
+ type: string;
1051
+ 'x-component': string;
1052
+ };
1053
+ cancel: {
1054
+ title: string;
1055
+ 'x-component': string;
1056
+ 'x-use-component-props': string;
1057
+ };
1058
+ submit: {
1059
+ title: string;
1060
+ 'x-component': string;
1061
+ 'x-component-props': {
1062
+ type: string;
1063
+ };
1064
+ 'x-use-component-props': string;
1065
+ };
1066
+ };
1067
+ };
1068
+ };
1069
+ };
1070
+ };
1071
+ };
1072
+ export declare const viewMCPToolsDrawerSchema: {
1073
+ type: string;
1074
+ properties: {
1075
+ viewDrawer: {
1076
+ type: string;
1077
+ title: string;
1078
+ 'x-component': string;
1079
+ 'x-component-props': {
1080
+ width: number;
1081
+ };
1082
+ properties: {
1083
+ tools: {
1084
+ type: string;
1085
+ 'x-component': string;
1086
+ };
1087
+ };
1088
+ };
1089
+ };
1090
+ };
1091
+ export declare const mcpSettingsSchema: {
1092
+ type: string;
1093
+ name: string;
1094
+ properties: {
1095
+ card: {
1096
+ type: string;
1097
+ 'x-component': string;
1098
+ 'x-component-props': {
1099
+ heightMode: string;
1100
+ };
1101
+ 'x-decorator': string;
1102
+ 'x-decorator-props': {
1103
+ collection: string;
1104
+ action: string;
1105
+ rowKey: string;
1106
+ };
1107
+ properties: {
1108
+ actions: {
1109
+ type: string;
1110
+ 'x-component': string;
1111
+ 'x-component-props': {
1112
+ style: {
1113
+ marginBottom: number;
1114
+ };
1115
+ };
1116
+ properties: {
1117
+ refresh: {
1118
+ title: string;
1119
+ 'x-component': string;
1120
+ 'x-use-component-props': string;
1121
+ 'x-component-props': {
1122
+ icon: string;
1123
+ };
1124
+ };
1125
+ bulkDelete: {
1126
+ title: string;
1127
+ 'x-action': string;
1128
+ 'x-component': string;
1129
+ 'x-use-component-props': string;
1130
+ 'x-component-props': {
1131
+ icon: string;
1132
+ confirm: {
1133
+ title: string;
1134
+ content: string;
1135
+ };
1136
+ };
1137
+ };
1138
+ add: {
1139
+ type: string;
1140
+ title: string;
1141
+ 'x-align': string;
1142
+ 'x-component': string;
1143
+ };
1144
+ };
1145
+ };
1146
+ table: {
1147
+ type: string;
1148
+ 'x-component': string;
1149
+ 'x-use-component-props': string;
1150
+ 'x-component-props': {
1151
+ rowKey: string;
1152
+ rowSelection: {
1153
+ type: string;
1154
+ };
1155
+ };
1156
+ properties: {
1157
+ column1: {
1158
+ type: string;
1159
+ title: string;
1160
+ 'x-component': string;
1161
+ properties: {
1162
+ name: {
1163
+ type: string;
1164
+ 'x-component': string;
1165
+ 'x-read-pretty': boolean;
1166
+ };
1167
+ };
1168
+ };
1169
+ column2: {
1170
+ type: string;
1171
+ title: string;
1172
+ 'x-component': string;
1173
+ properties: {
1174
+ title: {
1175
+ type: string;
1176
+ 'x-component': string;
1177
+ 'x-read-pretty': boolean;
1178
+ };
1179
+ };
1180
+ };
1181
+ column4: {
1182
+ type: string;
1183
+ title: string;
1184
+ 'x-component': string;
1185
+ properties: {
1186
+ transport: {
1187
+ type: string;
1188
+ 'x-component': string;
1189
+ };
1190
+ };
1191
+ };
1192
+ column5: {
1193
+ type: string;
1194
+ title: string;
1195
+ 'x-component': string;
1196
+ properties: {
1197
+ enabled: {
1198
+ type: string;
1199
+ 'x-component': string;
1200
+ };
1201
+ };
1202
+ };
1203
+ column6: {
1204
+ type: string;
1205
+ title: string;
1206
+ 'x-decorator': string;
1207
+ 'x-component': string;
1208
+ properties: {
1209
+ actions: {
1210
+ type: string;
1211
+ 'x-component': string;
1212
+ 'x-component-props': {
1213
+ split: string;
1214
+ };
1215
+ properties: {
1216
+ view: {
1217
+ type: string;
1218
+ title: string;
1219
+ 'x-component': string;
1220
+ 'x-component-props': {
1221
+ openMode: string;
1222
+ };
1223
+ properties: {
1224
+ drawer: {
1225
+ type: string;
1226
+ title: string;
1227
+ 'x-component': string;
1228
+ 'x-component-props': {
1229
+ width: number;
1230
+ };
1231
+ properties: {
1232
+ content: {
1233
+ type: string;
1234
+ 'x-component': string;
1235
+ };
1236
+ };
1237
+ };
1238
+ };
1239
+ };
1240
+ edit: {
1241
+ type: string;
1242
+ title: string;
1243
+ 'x-action': string;
1244
+ 'x-component': string;
1245
+ 'x-component-props': {
1246
+ openMode: string;
1247
+ };
1248
+ properties: {
1249
+ drawer: {
1250
+ type: string;
1251
+ title: string;
1252
+ 'x-component': string;
1253
+ 'x-decorator': string;
1254
+ 'x-use-decorator-props': string;
1255
+ properties: {
1256
+ content: {
1257
+ type: string;
1258
+ 'x-component': string;
1259
+ };
1260
+ };
1261
+ };
1262
+ };
1263
+ };
1264
+ destroy: {
1265
+ type: string;
1266
+ title: string;
1267
+ 'x-action': string;
1268
+ 'x-component': string;
1269
+ 'x-use-component-props': string;
1270
+ 'x-component-props': {
1271
+ confirm: {
1272
+ title: string;
1273
+ content: string;
1274
+ };
1275
+ };
1276
+ };
1277
+ };
1278
+ };
1279
+ };
1280
+ };
1281
+ };
1282
+ };
1283
+ };
1284
+ };
1285
+ };
1286
+ };