@seastudio/sdk 3.0.2 → 3.0.3
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/bin/seastudio.js +0 -0
- package/dist/chunk-D7ONFXVY.js +98 -0
- package/dist/chunk-EIOFZMTC.cjs +109 -0
- package/dist/develop-tool/cli/index.cjs +79 -7
- package/dist/develop-tool/cli/index.js +79 -7
- package/dist/index.cjs +39 -189
- package/dist/index.d.cts +2 -7
- package/dist/index.d.ts +2 -7
- package/dist/index.js +1 -7
- package/dist/mcp/core/index.d.cts +2 -2
- package/dist/mcp/core/index.d.ts +2 -2
- package/dist/mcp/index.cjs +11 -161
- package/dist/mcp/index.d.cts +12 -83
- package/dist/mcp/index.d.ts +12 -83
- package/dist/mcp/index.js +1 -7
- package/dist/mcp/seastudio/index.d.cts +1 -1
- package/dist/mcp/seastudio/index.d.ts +1 -1
- package/dist/{types-B1Zqr-0Q.d.cts → types-B32sUvc0.d.cts} +9 -1
- package/dist/{types-B1Zqr-0Q.d.ts → types-B32sUvc0.d.ts} +9 -1
- package/package.json +2 -22
- package/src/develop-tool/templates/plugin/frontend/package.json.tmpl +1 -1
- package/src/develop-tool/templates/plugin/frontend/src/main.tsx +3 -0
- package/src/develop-tool/templates/plugin/frontend/src/mcp-entry.ts.tmpl +12 -0
- package/dist/chunk-4ITOR5QE.js +0 -901
- package/dist/chunk-CVF4QHS6.cjs +0 -436
- package/dist/chunk-DSOSHJH2.js +0 -643
- package/dist/chunk-FLATZQA2.js +0 -174
- package/dist/chunk-G66KY35N.js +0 -334
- package/dist/chunk-HJJTBVKQ.cjs +0 -909
- package/dist/chunk-ISI2OLPI.cjs +0 -179
- package/dist/chunk-MYURVLGP.cjs +0 -165
- package/dist/chunk-ORBVHAAS.cjs +0 -341
- package/dist/chunk-QD4KISXM.js +0 -160
- package/dist/chunk-S2UIBWKA.js +0 -99
- package/dist/chunk-SNGU4SHO.cjs +0 -654
- package/dist/chunk-XIPL7VSP.cjs +0 -110
- package/dist/chunk-Z7LV7DCO.js +0 -429
- package/dist/mcp/plugin-editor/index.cjs +0 -47
- package/dist/mcp/plugin-editor/index.d.cts +0 -98
- package/dist/mcp/plugin-editor/index.d.ts +0 -98
- package/dist/mcp/plugin-editor/index.js +0 -2
- package/dist/mcp/plugin-excel/index.cjs +0 -31
- package/dist/mcp/plugin-excel/index.d.cts +0 -86
- package/dist/mcp/plugin-excel/index.d.ts +0 -86
- package/dist/mcp/plugin-excel/index.js +0 -2
- package/dist/mcp/plugin-preview/index.cjs +0 -23
- package/dist/mcp/plugin-preview/index.d.cts +0 -109
- package/dist/mcp/plugin-preview/index.d.ts +0 -109
- package/dist/mcp/plugin-preview/index.js +0 -2
- package/dist/mcp/plugin-seaflow/index.cjs +0 -35
- package/dist/mcp/plugin-seaflow/index.d.cts +0 -318
- package/dist/mcp/plugin-seaflow/index.d.ts +0 -318
- package/dist/mcp/plugin-seaflow/index.js +0 -2
- package/dist/mcp/plugin-word/index.cjs +0 -31
- package/dist/mcp/plugin-word/index.d.cts +0 -86
- package/dist/mcp/plugin-word/index.d.ts +0 -86
- package/dist/mcp/plugin-word/index.js +0 -2
- package/dist/tools-LMW67LIY.js +0 -2
- package/dist/tools-TU7PBMDO.cjs +0 -23
package/dist/index.cjs
CHANGED
|
@@ -1,157 +1,103 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
var chunkEIOFZMTC_cjs = require('./chunk-EIOFZMTC.cjs');
|
|
3
4
|
var chunkSYMWE636_cjs = require('./chunk-SYMWE636.cjs');
|
|
4
|
-
var chunkXIPL7VSP_cjs = require('./chunk-XIPL7VSP.cjs');
|
|
5
|
-
var chunkORBVHAAS_cjs = require('./chunk-ORBVHAAS.cjs');
|
|
6
|
-
var chunkHJJTBVKQ_cjs = require('./chunk-HJJTBVKQ.cjs');
|
|
7
5
|
var chunkSUF5BPSK_cjs = require('./chunk-SUF5BPSK.cjs');
|
|
8
|
-
var chunkISI2OLPI_cjs = require('./chunk-ISI2OLPI.cjs');
|
|
9
|
-
var chunkCVF4QHS6_cjs = require('./chunk-CVF4QHS6.cjs');
|
|
10
|
-
var chunkMYURVLGP_cjs = require('./chunk-MYURVLGP.cjs');
|
|
11
|
-
var chunkSNGU4SHO_cjs = require('./chunk-SNGU4SHO.cjs');
|
|
12
6
|
var chunkTFOJLA2F_cjs = require('./chunk-TFOJLA2F.cjs');
|
|
13
7
|
|
|
14
8
|
|
|
15
9
|
|
|
16
|
-
Object.defineProperty(exports, "DialogBody", {
|
|
17
|
-
enumerable: true,
|
|
18
|
-
get: function () { return chunkSYMWE636_cjs.DialogBody; }
|
|
19
|
-
});
|
|
20
|
-
Object.defineProperty(exports, "DialogButton", {
|
|
21
|
-
enumerable: true,
|
|
22
|
-
get: function () { return chunkSYMWE636_cjs.DialogButton; }
|
|
23
|
-
});
|
|
24
|
-
Object.defineProperty(exports, "DialogContainer", {
|
|
25
|
-
enumerable: true,
|
|
26
|
-
get: function () { return chunkSYMWE636_cjs.DialogContainer; }
|
|
27
|
-
});
|
|
28
|
-
Object.defineProperty(exports, "DialogFooter", {
|
|
29
|
-
enumerable: true,
|
|
30
|
-
get: function () { return chunkSYMWE636_cjs.DialogFooter; }
|
|
31
|
-
});
|
|
32
|
-
Object.defineProperty(exports, "DialogHeader", {
|
|
33
|
-
enumerable: true,
|
|
34
|
-
get: function () { return chunkSYMWE636_cjs.DialogHeader; }
|
|
35
|
-
});
|
|
36
|
-
Object.defineProperty(exports, "DialogOverlay", {
|
|
37
|
-
enumerable: true,
|
|
38
|
-
get: function () { return chunkSYMWE636_cjs.DialogOverlay; }
|
|
39
|
-
});
|
|
40
|
-
Object.defineProperty(exports, "MenuContainer", {
|
|
41
|
-
enumerable: true,
|
|
42
|
-
get: function () { return chunkSYMWE636_cjs.MenuContainer; }
|
|
43
|
-
});
|
|
44
|
-
Object.defineProperty(exports, "MenuEmpty", {
|
|
45
|
-
enumerable: true,
|
|
46
|
-
get: function () { return chunkSYMWE636_cjs.MenuEmpty; }
|
|
47
|
-
});
|
|
48
|
-
Object.defineProperty(exports, "MenuItem", {
|
|
49
|
-
enumerable: true,
|
|
50
|
-
get: function () { return chunkSYMWE636_cjs.MenuItem; }
|
|
51
|
-
});
|
|
52
|
-
Object.defineProperty(exports, "MenuSeparator", {
|
|
53
|
-
enumerable: true,
|
|
54
|
-
get: function () { return chunkSYMWE636_cjs.MenuSeparator; }
|
|
55
|
-
});
|
|
56
|
-
Object.defineProperty(exports, "Tab", {
|
|
57
|
-
enumerable: true,
|
|
58
|
-
get: function () { return chunkSYMWE636_cjs.Tab; }
|
|
59
|
-
});
|
|
60
|
-
Object.defineProperty(exports, "cn", {
|
|
61
|
-
enumerable: true,
|
|
62
|
-
get: function () { return chunkSYMWE636_cjs.cn; }
|
|
63
|
-
});
|
|
64
|
-
Object.defineProperty(exports, "showHostContextMenu", {
|
|
65
|
-
enumerable: true,
|
|
66
|
-
get: function () { return chunkSYMWE636_cjs.showHostContextMenu; }
|
|
67
|
-
});
|
|
68
10
|
Object.defineProperty(exports, "MCP_PACKAGES", {
|
|
69
11
|
enumerable: true,
|
|
70
|
-
get: function () { return
|
|
12
|
+
get: function () { return chunkEIOFZMTC_cjs.MCP_PACKAGES; }
|
|
71
13
|
});
|
|
72
14
|
Object.defineProperty(exports, "getMCPPackageIdForTool", {
|
|
73
15
|
enumerable: true,
|
|
74
|
-
get: function () { return
|
|
16
|
+
get: function () { return chunkEIOFZMTC_cjs.getMCPPackageIdForTool; }
|
|
75
17
|
});
|
|
76
18
|
Object.defineProperty(exports, "getMCPPackages", {
|
|
77
19
|
enumerable: true,
|
|
78
|
-
get: function () { return
|
|
20
|
+
get: function () { return chunkEIOFZMTC_cjs.getMCPPackages; }
|
|
79
21
|
});
|
|
80
22
|
Object.defineProperty(exports, "getMCPToolPackageIndex", {
|
|
81
23
|
enumerable: true,
|
|
82
|
-
get: function () { return
|
|
24
|
+
get: function () { return chunkEIOFZMTC_cjs.getMCPToolPackageIndex; }
|
|
83
25
|
});
|
|
84
26
|
Object.defineProperty(exports, "getToolsForLLM", {
|
|
85
27
|
enumerable: true,
|
|
86
|
-
get: function () { return
|
|
28
|
+
get: function () { return chunkEIOFZMTC_cjs.getToolsForLLM; }
|
|
87
29
|
});
|
|
88
30
|
Object.defineProperty(exports, "listAllTools", {
|
|
89
31
|
enumerable: true,
|
|
90
|
-
get: function () { return
|
|
32
|
+
get: function () { return chunkEIOFZMTC_cjs.listAllTools; }
|
|
91
33
|
});
|
|
92
34
|
Object.defineProperty(exports, "listAvailableTools", {
|
|
93
35
|
enumerable: true,
|
|
94
|
-
get: function () { return
|
|
36
|
+
get: function () { return chunkEIOFZMTC_cjs.listAvailableTools; }
|
|
95
37
|
});
|
|
96
38
|
Object.defineProperty(exports, "listAvailableToolsForLLM", {
|
|
97
39
|
enumerable: true,
|
|
98
|
-
get: function () { return
|
|
40
|
+
get: function () { return chunkEIOFZMTC_cjs.listAvailableToolsForLLM; }
|
|
99
41
|
});
|
|
100
42
|
Object.defineProperty(exports, "loadPlugin", {
|
|
101
43
|
enumerable: true,
|
|
102
|
-
get: function () { return
|
|
44
|
+
get: function () { return chunkEIOFZMTC_cjs.loadPlugin; }
|
|
103
45
|
});
|
|
104
46
|
Object.defineProperty(exports, "mcpToolToOpenAI", {
|
|
105
47
|
enumerable: true,
|
|
106
|
-
get: function () { return
|
|
48
|
+
get: function () { return chunkEIOFZMTC_cjs.mcpToolToOpenAI; }
|
|
49
|
+
});
|
|
50
|
+
Object.defineProperty(exports, "DialogBody", {
|
|
51
|
+
enumerable: true,
|
|
52
|
+
get: function () { return chunkSYMWE636_cjs.DialogBody; }
|
|
107
53
|
});
|
|
108
|
-
Object.defineProperty(exports, "
|
|
54
|
+
Object.defineProperty(exports, "DialogButton", {
|
|
109
55
|
enumerable: true,
|
|
110
|
-
get: function () { return
|
|
56
|
+
get: function () { return chunkSYMWE636_cjs.DialogButton; }
|
|
111
57
|
});
|
|
112
|
-
Object.defineProperty(exports, "
|
|
58
|
+
Object.defineProperty(exports, "DialogContainer", {
|
|
113
59
|
enumerable: true,
|
|
114
|
-
get: function () { return
|
|
60
|
+
get: function () { return chunkSYMWE636_cjs.DialogContainer; }
|
|
115
61
|
});
|
|
116
|
-
Object.defineProperty(exports, "
|
|
62
|
+
Object.defineProperty(exports, "DialogFooter", {
|
|
117
63
|
enumerable: true,
|
|
118
|
-
get: function () { return
|
|
64
|
+
get: function () { return chunkSYMWE636_cjs.DialogFooter; }
|
|
119
65
|
});
|
|
120
|
-
Object.defineProperty(exports, "
|
|
66
|
+
Object.defineProperty(exports, "DialogHeader", {
|
|
121
67
|
enumerable: true,
|
|
122
|
-
get: function () { return
|
|
68
|
+
get: function () { return chunkSYMWE636_cjs.DialogHeader; }
|
|
123
69
|
});
|
|
124
|
-
Object.defineProperty(exports, "
|
|
70
|
+
Object.defineProperty(exports, "DialogOverlay", {
|
|
125
71
|
enumerable: true,
|
|
126
|
-
get: function () { return
|
|
72
|
+
get: function () { return chunkSYMWE636_cjs.DialogOverlay; }
|
|
127
73
|
});
|
|
128
|
-
Object.defineProperty(exports, "
|
|
74
|
+
Object.defineProperty(exports, "MenuContainer", {
|
|
129
75
|
enumerable: true,
|
|
130
|
-
get: function () { return
|
|
76
|
+
get: function () { return chunkSYMWE636_cjs.MenuContainer; }
|
|
131
77
|
});
|
|
132
|
-
Object.defineProperty(exports, "
|
|
78
|
+
Object.defineProperty(exports, "MenuEmpty", {
|
|
133
79
|
enumerable: true,
|
|
134
|
-
get: function () { return
|
|
80
|
+
get: function () { return chunkSYMWE636_cjs.MenuEmpty; }
|
|
135
81
|
});
|
|
136
|
-
Object.defineProperty(exports, "
|
|
82
|
+
Object.defineProperty(exports, "MenuItem", {
|
|
137
83
|
enumerable: true,
|
|
138
|
-
get: function () { return
|
|
84
|
+
get: function () { return chunkSYMWE636_cjs.MenuItem; }
|
|
139
85
|
});
|
|
140
|
-
Object.defineProperty(exports, "
|
|
86
|
+
Object.defineProperty(exports, "MenuSeparator", {
|
|
141
87
|
enumerable: true,
|
|
142
|
-
get: function () { return
|
|
88
|
+
get: function () { return chunkSYMWE636_cjs.MenuSeparator; }
|
|
143
89
|
});
|
|
144
|
-
Object.defineProperty(exports, "
|
|
90
|
+
Object.defineProperty(exports, "Tab", {
|
|
145
91
|
enumerable: true,
|
|
146
|
-
get: function () { return
|
|
92
|
+
get: function () { return chunkSYMWE636_cjs.Tab; }
|
|
147
93
|
});
|
|
148
|
-
Object.defineProperty(exports, "
|
|
94
|
+
Object.defineProperty(exports, "cn", {
|
|
149
95
|
enumerable: true,
|
|
150
|
-
get: function () { return
|
|
96
|
+
get: function () { return chunkSYMWE636_cjs.cn; }
|
|
151
97
|
});
|
|
152
|
-
Object.defineProperty(exports, "
|
|
98
|
+
Object.defineProperty(exports, "showHostContextMenu", {
|
|
153
99
|
enumerable: true,
|
|
154
|
-
get: function () { return
|
|
100
|
+
get: function () { return chunkSYMWE636_cjs.showHostContextMenu; }
|
|
155
101
|
});
|
|
156
102
|
Object.defineProperty(exports, "SeastudioNotifications", {
|
|
157
103
|
enumerable: true,
|
|
@@ -213,102 +159,6 @@ Object.defineProperty(exports, "shellTools", {
|
|
|
213
159
|
enumerable: true,
|
|
214
160
|
get: function () { return chunkSUF5BPSK_cjs.shellTools; }
|
|
215
161
|
});
|
|
216
|
-
Object.defineProperty(exports, "shellPlugin", {
|
|
217
|
-
enumerable: true,
|
|
218
|
-
get: function () { return chunkISI2OLPI_cjs.shellPlugin; }
|
|
219
|
-
});
|
|
220
|
-
Object.defineProperty(exports, "shellPluginCommandTools", {
|
|
221
|
-
enumerable: true,
|
|
222
|
-
get: function () { return chunkISI2OLPI_cjs.commandTools; }
|
|
223
|
-
});
|
|
224
|
-
Object.defineProperty(exports, "shellPluginSessionTools", {
|
|
225
|
-
enumerable: true,
|
|
226
|
-
get: function () { return chunkISI2OLPI_cjs.sessionTools; }
|
|
227
|
-
});
|
|
228
|
-
Object.defineProperty(exports, "shellPluginTools", {
|
|
229
|
-
enumerable: true,
|
|
230
|
-
get: function () { return chunkISI2OLPI_cjs.tools; }
|
|
231
|
-
});
|
|
232
|
-
Object.defineProperty(exports, "excel", {
|
|
233
|
-
enumerable: true,
|
|
234
|
-
get: function () { return chunkCVF4QHS6_cjs.excel; }
|
|
235
|
-
});
|
|
236
|
-
Object.defineProperty(exports, "excelAllTools", {
|
|
237
|
-
enumerable: true,
|
|
238
|
-
get: function () { return chunkCVF4QHS6_cjs.allTools; }
|
|
239
|
-
});
|
|
240
|
-
Object.defineProperty(exports, "excelLifecycleTools", {
|
|
241
|
-
enumerable: true,
|
|
242
|
-
get: function () { return chunkCVF4QHS6_cjs.lifecycleTools; }
|
|
243
|
-
});
|
|
244
|
-
Object.defineProperty(exports, "excelMutateTools", {
|
|
245
|
-
enumerable: true,
|
|
246
|
-
get: function () { return chunkCVF4QHS6_cjs.mutateTools; }
|
|
247
|
-
});
|
|
248
|
-
Object.defineProperty(exports, "excelReadTools", {
|
|
249
|
-
enumerable: true,
|
|
250
|
-
get: function () { return chunkCVF4QHS6_cjs.readTools; }
|
|
251
|
-
});
|
|
252
|
-
Object.defineProperty(exports, "excelTools", {
|
|
253
|
-
enumerable: true,
|
|
254
|
-
get: function () { return chunkCVF4QHS6_cjs.tools; }
|
|
255
|
-
});
|
|
256
|
-
Object.defineProperty(exports, "preview", {
|
|
257
|
-
enumerable: true,
|
|
258
|
-
get: function () { return chunkMYURVLGP_cjs.preview; }
|
|
259
|
-
});
|
|
260
|
-
Object.defineProperty(exports, "previewCoreTools", {
|
|
261
|
-
enumerable: true,
|
|
262
|
-
get: function () { return chunkMYURVLGP_cjs.coreTools; }
|
|
263
|
-
});
|
|
264
|
-
Object.defineProperty(exports, "previewEnhancedTools", {
|
|
265
|
-
enumerable: true,
|
|
266
|
-
get: function () { return chunkMYURVLGP_cjs.enhancedTools; }
|
|
267
|
-
});
|
|
268
|
-
Object.defineProperty(exports, "previewTools", {
|
|
269
|
-
enumerable: true,
|
|
270
|
-
get: function () { return chunkMYURVLGP_cjs.tools; }
|
|
271
|
-
});
|
|
272
|
-
Object.defineProperty(exports, "editor", {
|
|
273
|
-
enumerable: true,
|
|
274
|
-
get: function () { return chunkSNGU4SHO_cjs.editor; }
|
|
275
|
-
});
|
|
276
|
-
Object.defineProperty(exports, "editorAllTools", {
|
|
277
|
-
enumerable: true,
|
|
278
|
-
get: function () { return chunkSNGU4SHO_cjs.allTools; }
|
|
279
|
-
});
|
|
280
|
-
Object.defineProperty(exports, "editorExtensionTools", {
|
|
281
|
-
enumerable: true,
|
|
282
|
-
get: function () { return chunkSNGU4SHO_cjs.extensionTools; }
|
|
283
|
-
});
|
|
284
|
-
Object.defineProperty(exports, "editorFileMutationTools", {
|
|
285
|
-
enumerable: true,
|
|
286
|
-
get: function () { return chunkSNGU4SHO_cjs.fileMutationTools; }
|
|
287
|
-
});
|
|
288
|
-
Object.defineProperty(exports, "editorPreviewTools", {
|
|
289
|
-
enumerable: true,
|
|
290
|
-
get: function () { return chunkSNGU4SHO_cjs.previewTools; }
|
|
291
|
-
});
|
|
292
|
-
Object.defineProperty(exports, "editorProposalTools", {
|
|
293
|
-
enumerable: true,
|
|
294
|
-
get: function () { return chunkSNGU4SHO_cjs.proposalTools; }
|
|
295
|
-
});
|
|
296
|
-
Object.defineProperty(exports, "editorReferenceTools", {
|
|
297
|
-
enumerable: true,
|
|
298
|
-
get: function () { return chunkSNGU4SHO_cjs.referenceTools; }
|
|
299
|
-
});
|
|
300
|
-
Object.defineProperty(exports, "editorSessionTools", {
|
|
301
|
-
enumerable: true,
|
|
302
|
-
get: function () { return chunkSNGU4SHO_cjs.sessionTools; }
|
|
303
|
-
});
|
|
304
|
-
Object.defineProperty(exports, "editorTools", {
|
|
305
|
-
enumerable: true,
|
|
306
|
-
get: function () { return chunkSNGU4SHO_cjs.tools; }
|
|
307
|
-
});
|
|
308
|
-
Object.defineProperty(exports, "fileOperationTools", {
|
|
309
|
-
enumerable: true,
|
|
310
|
-
get: function () { return chunkSNGU4SHO_cjs.fileOperationTools; }
|
|
311
|
-
});
|
|
312
162
|
Object.defineProperty(exports, "MCPClient", {
|
|
313
163
|
enumerable: true,
|
|
314
164
|
get: function () { return chunkTFOJLA2F_cjs.MCPClient; }
|
package/dist/index.d.cts
CHANGED
|
@@ -1,12 +1,7 @@
|
|
|
1
1
|
export { DialogBody, DialogBodyProps, DialogButton, DialogButtonProps, DialogContainer, DialogContainerProps, DialogFooter, DialogFooterProps, DialogHeader, DialogHeaderProps, DialogOverlay, DialogOverlayProps, HostContextMenuItem, HostContextMenuResult, MenuContainer, MenuContainerProps, MenuEmpty, MenuEmptyProps, MenuItem, MenuItemProps, MenuSeparator, MenuSeparatorProps, Tab, TabProps, cn, showHostContextMenu } from './ui/index.cjs';
|
|
2
|
-
export { MCPPackageId, MCPPackageInfo, MCPToolCapabilityMetadata, MCPToolCapabilityRisk, MCP_PACKAGES, OpenAITool, getMCPPackageIdForTool, getMCPPackages, getMCPToolPackageIndex, getToolsForLLM, listAllTools, listAvailableTools, listAvailableToolsForLLM, loadPlugin, mcpToolToOpenAI
|
|
3
|
-
export {
|
|
4
|
-
export { CodeSearchMatch, CodeSearchResult, EditorFileInfo, LintResult, TestResult, TypecheckResult, editor, allTools as editorAllTools, extensionTools as editorExtensionTools, fileMutationTools as editorFileMutationTools, previewTools as editorPreviewTools, proposalTools as editorProposalTools, referenceTools as editorReferenceTools, sessionTools as editorSessionTools, tools as editorTools, fileOperationTools } from './mcp/plugin-editor/index.cjs';
|
|
5
|
-
export { ExcelContext, ExcelFindMatch, ExcelSelectionInfo, ExcelSheetInfo, ExcelStats, excel, allTools as excelAllTools, lifecycleTools as excelLifecycleTools, mutateTools as excelMutateTools, readTools as excelReadTools, tools as excelTools } from './mcp/plugin-excel/index.cjs';
|
|
6
|
-
export { F as FileItem, a as FileNode, J as JSONRPCError, b as JSONRPCMessage, c as JSONRPCNotification, d as JSONRPCRequest, e as JSONRPCResponse, M as MCPMessageEnvelope, f as MCPMethod, g as MCPTool, h as MCPToolAnnotations, i as MCPToolCallRequest, j as MCPToolInputSchema, k as MCPToolResult, N as NotificationHandler, P as PublishParams, S as SubscribeParams, l as createNotification, m as createRequest, n as createResponse, o as isMCPMessage, p as isNotification } from './types-B1Zqr-0Q.cjs';
|
|
2
|
+
export { MCPAvailableTool, MCPPackageId, MCPPackageInfo, MCPToolCapabilityMetadata, MCPToolCapabilityRisk, MCP_PACKAGES, OpenAITool, getMCPPackageIdForTool, getMCPPackages, getMCPToolPackageIndex, getToolsForLLM, listAllTools, listAvailableTools, listAvailableToolsForLLM, loadPlugin, mcpToolToOpenAI } from './mcp/index.cjs';
|
|
3
|
+
export { F as FileItem, a as FileNode, J as JSONRPCError, b as JSONRPCMessage, c as JSONRPCNotification, d as JSONRPCRequest, e as JSONRPCResponse, M as MCPMessageEnvelope, f as MCPMethod, g as MCPTool, h as MCPToolAnnotations, i as MCPToolCallRequest, j as MCPToolInputSchema, k as MCPToolResult, N as NotificationHandler, P as PluginMCPManifest, l as PluginMCPModuleExports, m as PublishParams, S as SubscribeParams, n as createNotification, o as createRequest, p as createResponse, q as isMCPMessage, r as isNotification } from './types-B32sUvc0.cjs';
|
|
7
4
|
export { FileModifiedParams, FileOpenRequestedParams, FileSavedParams, FileSendRequestedParams, FilesChangedParams, RootsChangedParams, SeastudioDragDropParams, SeastudioDragEnterParams, SeastudioDragFileData, SeastudioDragRootId, SeastudioDragStartParams, SeastudioFileDownloadOptions, SeastudioFileTreeOptions, SeastudioNotifications, SeastudioRequests, TextSendRequestedParams, agentManagementTools, agentTabTools, batchFileTools, clipboardTools, codeQualityTools, fileTools, gitTools, pluginManagementTools, pluginTabTools, seastudio, allTools as seastudioAllTools, tools as seastudioTools, shellTools } from './mcp/seastudio/index.cjs';
|
|
8
5
|
export { MCPClient, MCPClientOptions, MCPRequestOptions, MCPServer, MCPToolHandler, MCPTransport, NormalizeMCPToolInputSchemaOptions, PostMessageTransport, PostMessageTransportOptions, callHostTool, callHostToolText, createMCPClient, createMCPServer, getDefaultClient, getDefaultServer, getDefaultTransport, normalizeMCPTool, normalizeMCPToolInputSchema, normalizeMCPToolObjectSchema, setDefaultClient, setDefaultTransport, startDefaultServer } from './mcp/core/index.cjs';
|
|
9
|
-
export { PreviewBatchEntry, PreviewBatchGetResponse, PreviewBatchItem, PreviewBatchResult, PreviewCapability, PreviewCompareVersionsResult, PreviewGetResponse, PreviewMetadata, PreviewMode, PreviewThumbnail, RenderKind, preview, coreTools as previewCoreTools, enhancedTools as previewEnhancedTools, tools as previewTools } from './mcp/plugin-preview/index.cjs';
|
|
10
|
-
export { WordBlockInfo, WordContentResult, WordContext, WordFindMatch, WordSelectionInfo, word, allTools as wordAllTools, lifecycleTools as wordLifecycleTools, mutateTools as wordMutateTools, readTools as wordReadTools, tools as wordTools } from './mcp/plugin-word/index.cjs';
|
|
11
6
|
import 'react';
|
|
12
7
|
import 'clsx';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,12 +1,7 @@
|
|
|
1
1
|
export { DialogBody, DialogBodyProps, DialogButton, DialogButtonProps, DialogContainer, DialogContainerProps, DialogFooter, DialogFooterProps, DialogHeader, DialogHeaderProps, DialogOverlay, DialogOverlayProps, HostContextMenuItem, HostContextMenuResult, MenuContainer, MenuContainerProps, MenuEmpty, MenuEmptyProps, MenuItem, MenuItemProps, MenuSeparator, MenuSeparatorProps, Tab, TabProps, cn, showHostContextMenu } from './ui/index.js';
|
|
2
|
-
export { MCPPackageId, MCPPackageInfo, MCPToolCapabilityMetadata, MCPToolCapabilityRisk, MCP_PACKAGES, OpenAITool, getMCPPackageIdForTool, getMCPPackages, getMCPToolPackageIndex, getToolsForLLM, listAllTools, listAvailableTools, listAvailableToolsForLLM, loadPlugin, mcpToolToOpenAI
|
|
3
|
-
export {
|
|
4
|
-
export { CodeSearchMatch, CodeSearchResult, EditorFileInfo, LintResult, TestResult, TypecheckResult, editor, allTools as editorAllTools, extensionTools as editorExtensionTools, fileMutationTools as editorFileMutationTools, previewTools as editorPreviewTools, proposalTools as editorProposalTools, referenceTools as editorReferenceTools, sessionTools as editorSessionTools, tools as editorTools, fileOperationTools } from './mcp/plugin-editor/index.js';
|
|
5
|
-
export { ExcelContext, ExcelFindMatch, ExcelSelectionInfo, ExcelSheetInfo, ExcelStats, excel, allTools as excelAllTools, lifecycleTools as excelLifecycleTools, mutateTools as excelMutateTools, readTools as excelReadTools, tools as excelTools } from './mcp/plugin-excel/index.js';
|
|
6
|
-
export { F as FileItem, a as FileNode, J as JSONRPCError, b as JSONRPCMessage, c as JSONRPCNotification, d as JSONRPCRequest, e as JSONRPCResponse, M as MCPMessageEnvelope, f as MCPMethod, g as MCPTool, h as MCPToolAnnotations, i as MCPToolCallRequest, j as MCPToolInputSchema, k as MCPToolResult, N as NotificationHandler, P as PublishParams, S as SubscribeParams, l as createNotification, m as createRequest, n as createResponse, o as isMCPMessage, p as isNotification } from './types-B1Zqr-0Q.js';
|
|
2
|
+
export { MCPAvailableTool, MCPPackageId, MCPPackageInfo, MCPToolCapabilityMetadata, MCPToolCapabilityRisk, MCP_PACKAGES, OpenAITool, getMCPPackageIdForTool, getMCPPackages, getMCPToolPackageIndex, getToolsForLLM, listAllTools, listAvailableTools, listAvailableToolsForLLM, loadPlugin, mcpToolToOpenAI } from './mcp/index.js';
|
|
3
|
+
export { F as FileItem, a as FileNode, J as JSONRPCError, b as JSONRPCMessage, c as JSONRPCNotification, d as JSONRPCRequest, e as JSONRPCResponse, M as MCPMessageEnvelope, f as MCPMethod, g as MCPTool, h as MCPToolAnnotations, i as MCPToolCallRequest, j as MCPToolInputSchema, k as MCPToolResult, N as NotificationHandler, P as PluginMCPManifest, l as PluginMCPModuleExports, m as PublishParams, S as SubscribeParams, n as createNotification, o as createRequest, p as createResponse, q as isMCPMessage, r as isNotification } from './types-B32sUvc0.js';
|
|
7
4
|
export { FileModifiedParams, FileOpenRequestedParams, FileSavedParams, FileSendRequestedParams, FilesChangedParams, RootsChangedParams, SeastudioDragDropParams, SeastudioDragEnterParams, SeastudioDragFileData, SeastudioDragRootId, SeastudioDragStartParams, SeastudioFileDownloadOptions, SeastudioFileTreeOptions, SeastudioNotifications, SeastudioRequests, TextSendRequestedParams, agentManagementTools, agentTabTools, batchFileTools, clipboardTools, codeQualityTools, fileTools, gitTools, pluginManagementTools, pluginTabTools, seastudio, allTools as seastudioAllTools, tools as seastudioTools, shellTools } from './mcp/seastudio/index.js';
|
|
8
5
|
export { MCPClient, MCPClientOptions, MCPRequestOptions, MCPServer, MCPToolHandler, MCPTransport, NormalizeMCPToolInputSchemaOptions, PostMessageTransport, PostMessageTransportOptions, callHostTool, callHostToolText, createMCPClient, createMCPServer, getDefaultClient, getDefaultServer, getDefaultTransport, normalizeMCPTool, normalizeMCPToolInputSchema, normalizeMCPToolObjectSchema, setDefaultClient, setDefaultTransport, startDefaultServer } from './mcp/core/index.js';
|
|
9
|
-
export { PreviewBatchEntry, PreviewBatchGetResponse, PreviewBatchItem, PreviewBatchResult, PreviewCapability, PreviewCompareVersionsResult, PreviewGetResponse, PreviewMetadata, PreviewMode, PreviewThumbnail, RenderKind, preview, coreTools as previewCoreTools, enhancedTools as previewEnhancedTools, tools as previewTools } from './mcp/plugin-preview/index.js';
|
|
10
|
-
export { WordBlockInfo, WordContentResult, WordContext, WordFindMatch, WordSelectionInfo, word, allTools as wordAllTools, lifecycleTools as wordLifecycleTools, mutateTools as wordMutateTools, readTools as wordReadTools, tools as wordTools } from './mcp/plugin-word/index.js';
|
|
11
6
|
import 'react';
|
|
12
7
|
import 'clsx';
|
package/dist/index.js
CHANGED
|
@@ -1,10 +1,4 @@
|
|
|
1
|
+
export { MCP_PACKAGES, getMCPPackageIdForTool, getMCPPackages, getMCPToolPackageIndex, getToolsForLLM, listAllTools, listAvailableTools, listAvailableToolsForLLM, loadPlugin, mcpToolToOpenAI } from './chunk-D7ONFXVY.js';
|
|
1
2
|
export { DialogBody, DialogButton, DialogContainer, DialogFooter, DialogHeader, DialogOverlay, MenuContainer, MenuEmpty, MenuItem, MenuSeparator, Tab, cn, showHostContextMenu } from './chunk-4JAYW5GM.js';
|
|
2
|
-
export { MCP_PACKAGES, getMCPPackageIdForTool, getMCPPackages, getMCPToolPackageIndex, getToolsForLLM, listAllTools, listAvailableTools, listAvailableToolsForLLM, loadPlugin, mcpToolToOpenAI } from './chunk-S2UIBWKA.js';
|
|
3
|
-
export { word, allTools as wordAllTools, lifecycleTools as wordLifecycleTools, mutateTools as wordMutateTools, readTools as wordReadTools, tools as wordTools } from './chunk-G66KY35N.js';
|
|
4
|
-
export { seaflow, allTools as seaflowAllTools, canvasAuthTools as seaflowCanvasAuthTools, canvasContextTools as seaflowCanvasContextTools, canvasExecutionTools as seaflowCanvasExecutionTools, tools as seaflowTools } from './chunk-4ITOR5QE.js';
|
|
5
3
|
export { SeastudioNotifications, SeastudioRequests, agentManagementTools, agentTabTools, batchFileTools, clipboardTools, codeQualityTools, fileTools, gitTools, pluginManagementTools, pluginTabTools, seastudio, allTools as seastudioAllTools, tools as seastudioTools, shellTools } from './chunk-XU5GEWWL.js';
|
|
6
|
-
export { shellPlugin, commandTools as shellPluginCommandTools, sessionTools as shellPluginSessionTools, tools as shellPluginTools } from './chunk-FLATZQA2.js';
|
|
7
|
-
export { excel, allTools as excelAllTools, lifecycleTools as excelLifecycleTools, mutateTools as excelMutateTools, readTools as excelReadTools, tools as excelTools } from './chunk-Z7LV7DCO.js';
|
|
8
|
-
export { preview, coreTools as previewCoreTools, enhancedTools as previewEnhancedTools, tools as previewTools } from './chunk-QD4KISXM.js';
|
|
9
|
-
export { editor, allTools as editorAllTools, extensionTools as editorExtensionTools, fileMutationTools as editorFileMutationTools, previewTools as editorPreviewTools, proposalTools as editorProposalTools, referenceTools as editorReferenceTools, sessionTools as editorSessionTools, tools as editorTools, fileOperationTools } from './chunk-DSOSHJH2.js';
|
|
10
4
|
export { MCPClient, MCPServer, PostMessageTransport, callHostTool, callHostToolText, createMCPClient, createMCPServer, createNotification, createRequest, createResponse, getDefaultClient, getDefaultServer, getDefaultTransport, isMCPMessage, isNotification, normalizeMCPTool, normalizeMCPToolInputSchema, normalizeMCPToolObjectSchema, setDefaultClient, setDefaultTransport, startDefaultServer } from './chunk-ANWOL7SM.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { j as MCPToolInputSchema, g as MCPTool, b as JSONRPCMessage, k as MCPToolResult, N as NotificationHandler, d as JSONRPCRequest, e as JSONRPCResponse } from '../../types-
|
|
2
|
-
export { F as FileItem, a as FileNode, J as JSONRPCError, c as JSONRPCNotification, M as MCPMessageEnvelope, f as MCPMethod, h as MCPToolAnnotations, i as MCPToolCallRequest, P as PublishParams, S as SubscribeParams,
|
|
1
|
+
import { j as MCPToolInputSchema, g as MCPTool, b as JSONRPCMessage, k as MCPToolResult, N as NotificationHandler, d as JSONRPCRequest, e as JSONRPCResponse } from '../../types-B32sUvc0.cjs';
|
|
2
|
+
export { F as FileItem, a as FileNode, J as JSONRPCError, c as JSONRPCNotification, M as MCPMessageEnvelope, f as MCPMethod, h as MCPToolAnnotations, i as MCPToolCallRequest, P as PluginMCPManifest, l as PluginMCPModuleExports, m as PublishParams, S as SubscribeParams, n as createNotification, o as createRequest, p as createResponse, q as isMCPMessage, r as isNotification } from '../../types-B32sUvc0.cjs';
|
|
3
3
|
|
|
4
4
|
interface NormalizeMCPToolInputSchemaOptions {
|
|
5
5
|
defaultType?: MCPToolInputSchema['type'];
|
package/dist/mcp/core/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { j as MCPToolInputSchema, g as MCPTool, b as JSONRPCMessage, k as MCPToolResult, N as NotificationHandler, d as JSONRPCRequest, e as JSONRPCResponse } from '../../types-
|
|
2
|
-
export { F as FileItem, a as FileNode, J as JSONRPCError, c as JSONRPCNotification, M as MCPMessageEnvelope, f as MCPMethod, h as MCPToolAnnotations, i as MCPToolCallRequest, P as PublishParams, S as SubscribeParams,
|
|
1
|
+
import { j as MCPToolInputSchema, g as MCPTool, b as JSONRPCMessage, k as MCPToolResult, N as NotificationHandler, d as JSONRPCRequest, e as JSONRPCResponse } from '../../types-B32sUvc0.js';
|
|
2
|
+
export { F as FileItem, a as FileNode, J as JSONRPCError, c as JSONRPCNotification, M as MCPMessageEnvelope, f as MCPMethod, h as MCPToolAnnotations, i as MCPToolCallRequest, P as PluginMCPManifest, l as PluginMCPModuleExports, m as PublishParams, S as SubscribeParams, n as createNotification, o as createRequest, p as createResponse, q as isMCPMessage, r as isNotification } from '../../types-B32sUvc0.js';
|
|
3
3
|
|
|
4
4
|
interface NormalizeMCPToolInputSchemaOptions {
|
|
5
5
|
defaultType?: MCPToolInputSchema['type'];
|
package/dist/mcp/index.cjs
CHANGED
|
@@ -1,104 +1,50 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var chunkORBVHAAS_cjs = require('../chunk-ORBVHAAS.cjs');
|
|
5
|
-
var chunkHJJTBVKQ_cjs = require('../chunk-HJJTBVKQ.cjs');
|
|
3
|
+
var chunkEIOFZMTC_cjs = require('../chunk-EIOFZMTC.cjs');
|
|
6
4
|
var chunkSUF5BPSK_cjs = require('../chunk-SUF5BPSK.cjs');
|
|
7
|
-
var chunkISI2OLPI_cjs = require('../chunk-ISI2OLPI.cjs');
|
|
8
|
-
var chunkCVF4QHS6_cjs = require('../chunk-CVF4QHS6.cjs');
|
|
9
|
-
var chunkMYURVLGP_cjs = require('../chunk-MYURVLGP.cjs');
|
|
10
|
-
var chunkSNGU4SHO_cjs = require('../chunk-SNGU4SHO.cjs');
|
|
11
5
|
var chunkTFOJLA2F_cjs = require('../chunk-TFOJLA2F.cjs');
|
|
12
6
|
|
|
13
7
|
|
|
14
8
|
|
|
15
9
|
Object.defineProperty(exports, "MCP_PACKAGES", {
|
|
16
10
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
11
|
+
get: function () { return chunkEIOFZMTC_cjs.MCP_PACKAGES; }
|
|
18
12
|
});
|
|
19
13
|
Object.defineProperty(exports, "getMCPPackageIdForTool", {
|
|
20
14
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
15
|
+
get: function () { return chunkEIOFZMTC_cjs.getMCPPackageIdForTool; }
|
|
22
16
|
});
|
|
23
17
|
Object.defineProperty(exports, "getMCPPackages", {
|
|
24
18
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
19
|
+
get: function () { return chunkEIOFZMTC_cjs.getMCPPackages; }
|
|
26
20
|
});
|
|
27
21
|
Object.defineProperty(exports, "getMCPToolPackageIndex", {
|
|
28
22
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
23
|
+
get: function () { return chunkEIOFZMTC_cjs.getMCPToolPackageIndex; }
|
|
30
24
|
});
|
|
31
25
|
Object.defineProperty(exports, "getToolsForLLM", {
|
|
32
26
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
27
|
+
get: function () { return chunkEIOFZMTC_cjs.getToolsForLLM; }
|
|
34
28
|
});
|
|
35
29
|
Object.defineProperty(exports, "listAllTools", {
|
|
36
30
|
enumerable: true,
|
|
37
|
-
get: function () { return
|
|
31
|
+
get: function () { return chunkEIOFZMTC_cjs.listAllTools; }
|
|
38
32
|
});
|
|
39
33
|
Object.defineProperty(exports, "listAvailableTools", {
|
|
40
34
|
enumerable: true,
|
|
41
|
-
get: function () { return
|
|
35
|
+
get: function () { return chunkEIOFZMTC_cjs.listAvailableTools; }
|
|
42
36
|
});
|
|
43
37
|
Object.defineProperty(exports, "listAvailableToolsForLLM", {
|
|
44
38
|
enumerable: true,
|
|
45
|
-
get: function () { return
|
|
39
|
+
get: function () { return chunkEIOFZMTC_cjs.listAvailableToolsForLLM; }
|
|
46
40
|
});
|
|
47
41
|
Object.defineProperty(exports, "loadPlugin", {
|
|
48
42
|
enumerable: true,
|
|
49
|
-
get: function () { return
|
|
43
|
+
get: function () { return chunkEIOFZMTC_cjs.loadPlugin; }
|
|
50
44
|
});
|
|
51
45
|
Object.defineProperty(exports, "mcpToolToOpenAI", {
|
|
52
46
|
enumerable: true,
|
|
53
|
-
get: function () { return
|
|
54
|
-
});
|
|
55
|
-
Object.defineProperty(exports, "word", {
|
|
56
|
-
enumerable: true,
|
|
57
|
-
get: function () { return chunkORBVHAAS_cjs.word; }
|
|
58
|
-
});
|
|
59
|
-
Object.defineProperty(exports, "wordAllTools", {
|
|
60
|
-
enumerable: true,
|
|
61
|
-
get: function () { return chunkORBVHAAS_cjs.allTools; }
|
|
62
|
-
});
|
|
63
|
-
Object.defineProperty(exports, "wordLifecycleTools", {
|
|
64
|
-
enumerable: true,
|
|
65
|
-
get: function () { return chunkORBVHAAS_cjs.lifecycleTools; }
|
|
66
|
-
});
|
|
67
|
-
Object.defineProperty(exports, "wordMutateTools", {
|
|
68
|
-
enumerable: true,
|
|
69
|
-
get: function () { return chunkORBVHAAS_cjs.mutateTools; }
|
|
70
|
-
});
|
|
71
|
-
Object.defineProperty(exports, "wordReadTools", {
|
|
72
|
-
enumerable: true,
|
|
73
|
-
get: function () { return chunkORBVHAAS_cjs.readTools; }
|
|
74
|
-
});
|
|
75
|
-
Object.defineProperty(exports, "wordTools", {
|
|
76
|
-
enumerable: true,
|
|
77
|
-
get: function () { return chunkORBVHAAS_cjs.tools; }
|
|
78
|
-
});
|
|
79
|
-
Object.defineProperty(exports, "seaflow", {
|
|
80
|
-
enumerable: true,
|
|
81
|
-
get: function () { return chunkHJJTBVKQ_cjs.seaflow; }
|
|
82
|
-
});
|
|
83
|
-
Object.defineProperty(exports, "seaflowAllTools", {
|
|
84
|
-
enumerable: true,
|
|
85
|
-
get: function () { return chunkHJJTBVKQ_cjs.allTools; }
|
|
86
|
-
});
|
|
87
|
-
Object.defineProperty(exports, "seaflowCanvasAuthTools", {
|
|
88
|
-
enumerable: true,
|
|
89
|
-
get: function () { return chunkHJJTBVKQ_cjs.canvasAuthTools; }
|
|
90
|
-
});
|
|
91
|
-
Object.defineProperty(exports, "seaflowCanvasContextTools", {
|
|
92
|
-
enumerable: true,
|
|
93
|
-
get: function () { return chunkHJJTBVKQ_cjs.canvasContextTools; }
|
|
94
|
-
});
|
|
95
|
-
Object.defineProperty(exports, "seaflowCanvasExecutionTools", {
|
|
96
|
-
enumerable: true,
|
|
97
|
-
get: function () { return chunkHJJTBVKQ_cjs.canvasExecutionTools; }
|
|
98
|
-
});
|
|
99
|
-
Object.defineProperty(exports, "seaflowTools", {
|
|
100
|
-
enumerable: true,
|
|
101
|
-
get: function () { return chunkHJJTBVKQ_cjs.tools; }
|
|
47
|
+
get: function () { return chunkEIOFZMTC_cjs.mcpToolToOpenAI; }
|
|
102
48
|
});
|
|
103
49
|
Object.defineProperty(exports, "SeastudioNotifications", {
|
|
104
50
|
enumerable: true,
|
|
@@ -160,102 +106,6 @@ Object.defineProperty(exports, "shellTools", {
|
|
|
160
106
|
enumerable: true,
|
|
161
107
|
get: function () { return chunkSUF5BPSK_cjs.shellTools; }
|
|
162
108
|
});
|
|
163
|
-
Object.defineProperty(exports, "shellPlugin", {
|
|
164
|
-
enumerable: true,
|
|
165
|
-
get: function () { return chunkISI2OLPI_cjs.shellPlugin; }
|
|
166
|
-
});
|
|
167
|
-
Object.defineProperty(exports, "shellPluginCommandTools", {
|
|
168
|
-
enumerable: true,
|
|
169
|
-
get: function () { return chunkISI2OLPI_cjs.commandTools; }
|
|
170
|
-
});
|
|
171
|
-
Object.defineProperty(exports, "shellPluginSessionTools", {
|
|
172
|
-
enumerable: true,
|
|
173
|
-
get: function () { return chunkISI2OLPI_cjs.sessionTools; }
|
|
174
|
-
});
|
|
175
|
-
Object.defineProperty(exports, "shellPluginTools", {
|
|
176
|
-
enumerable: true,
|
|
177
|
-
get: function () { return chunkISI2OLPI_cjs.tools; }
|
|
178
|
-
});
|
|
179
|
-
Object.defineProperty(exports, "excel", {
|
|
180
|
-
enumerable: true,
|
|
181
|
-
get: function () { return chunkCVF4QHS6_cjs.excel; }
|
|
182
|
-
});
|
|
183
|
-
Object.defineProperty(exports, "excelAllTools", {
|
|
184
|
-
enumerable: true,
|
|
185
|
-
get: function () { return chunkCVF4QHS6_cjs.allTools; }
|
|
186
|
-
});
|
|
187
|
-
Object.defineProperty(exports, "excelLifecycleTools", {
|
|
188
|
-
enumerable: true,
|
|
189
|
-
get: function () { return chunkCVF4QHS6_cjs.lifecycleTools; }
|
|
190
|
-
});
|
|
191
|
-
Object.defineProperty(exports, "excelMutateTools", {
|
|
192
|
-
enumerable: true,
|
|
193
|
-
get: function () { return chunkCVF4QHS6_cjs.mutateTools; }
|
|
194
|
-
});
|
|
195
|
-
Object.defineProperty(exports, "excelReadTools", {
|
|
196
|
-
enumerable: true,
|
|
197
|
-
get: function () { return chunkCVF4QHS6_cjs.readTools; }
|
|
198
|
-
});
|
|
199
|
-
Object.defineProperty(exports, "excelTools", {
|
|
200
|
-
enumerable: true,
|
|
201
|
-
get: function () { return chunkCVF4QHS6_cjs.tools; }
|
|
202
|
-
});
|
|
203
|
-
Object.defineProperty(exports, "preview", {
|
|
204
|
-
enumerable: true,
|
|
205
|
-
get: function () { return chunkMYURVLGP_cjs.preview; }
|
|
206
|
-
});
|
|
207
|
-
Object.defineProperty(exports, "previewCoreTools", {
|
|
208
|
-
enumerable: true,
|
|
209
|
-
get: function () { return chunkMYURVLGP_cjs.coreTools; }
|
|
210
|
-
});
|
|
211
|
-
Object.defineProperty(exports, "previewEnhancedTools", {
|
|
212
|
-
enumerable: true,
|
|
213
|
-
get: function () { return chunkMYURVLGP_cjs.enhancedTools; }
|
|
214
|
-
});
|
|
215
|
-
Object.defineProperty(exports, "previewTools", {
|
|
216
|
-
enumerable: true,
|
|
217
|
-
get: function () { return chunkMYURVLGP_cjs.tools; }
|
|
218
|
-
});
|
|
219
|
-
Object.defineProperty(exports, "editor", {
|
|
220
|
-
enumerable: true,
|
|
221
|
-
get: function () { return chunkSNGU4SHO_cjs.editor; }
|
|
222
|
-
});
|
|
223
|
-
Object.defineProperty(exports, "editorAllTools", {
|
|
224
|
-
enumerable: true,
|
|
225
|
-
get: function () { return chunkSNGU4SHO_cjs.allTools; }
|
|
226
|
-
});
|
|
227
|
-
Object.defineProperty(exports, "editorExtensionTools", {
|
|
228
|
-
enumerable: true,
|
|
229
|
-
get: function () { return chunkSNGU4SHO_cjs.extensionTools; }
|
|
230
|
-
});
|
|
231
|
-
Object.defineProperty(exports, "editorFileMutationTools", {
|
|
232
|
-
enumerable: true,
|
|
233
|
-
get: function () { return chunkSNGU4SHO_cjs.fileMutationTools; }
|
|
234
|
-
});
|
|
235
|
-
Object.defineProperty(exports, "editorPreviewTools", {
|
|
236
|
-
enumerable: true,
|
|
237
|
-
get: function () { return chunkSNGU4SHO_cjs.previewTools; }
|
|
238
|
-
});
|
|
239
|
-
Object.defineProperty(exports, "editorProposalTools", {
|
|
240
|
-
enumerable: true,
|
|
241
|
-
get: function () { return chunkSNGU4SHO_cjs.proposalTools; }
|
|
242
|
-
});
|
|
243
|
-
Object.defineProperty(exports, "editorReferenceTools", {
|
|
244
|
-
enumerable: true,
|
|
245
|
-
get: function () { return chunkSNGU4SHO_cjs.referenceTools; }
|
|
246
|
-
});
|
|
247
|
-
Object.defineProperty(exports, "editorSessionTools", {
|
|
248
|
-
enumerable: true,
|
|
249
|
-
get: function () { return chunkSNGU4SHO_cjs.sessionTools; }
|
|
250
|
-
});
|
|
251
|
-
Object.defineProperty(exports, "editorTools", {
|
|
252
|
-
enumerable: true,
|
|
253
|
-
get: function () { return chunkSNGU4SHO_cjs.tools; }
|
|
254
|
-
});
|
|
255
|
-
Object.defineProperty(exports, "fileOperationTools", {
|
|
256
|
-
enumerable: true,
|
|
257
|
-
get: function () { return chunkSNGU4SHO_cjs.fileOperationTools; }
|
|
258
|
-
});
|
|
259
109
|
Object.defineProperty(exports, "MCPClient", {
|
|
260
110
|
enumerable: true,
|
|
261
111
|
get: function () { return chunkTFOJLA2F_cjs.MCPClient; }
|