@seastudio/sdk 3.0.0 → 3.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-6USQFZRH.js → chunk-4JAYW5GM.js} +1 -1
- package/dist/chunk-G66KY35N.js +334 -0
- package/dist/chunk-ORBVHAAS.cjs +341 -0
- package/dist/{chunk-5QAINQWV.js → chunk-S2UIBWKA.js} +16 -11
- package/dist/{chunk-AGBZJGTY.cjs → chunk-SUF5BPSK.cjs} +3 -1
- package/dist/{chunk-BWG45ZWF.cjs → chunk-SYMWE636.cjs} +1 -1
- package/dist/{chunk-N33Y5NY7.cjs → chunk-XIPL7VSP.cjs} +17 -12
- package/dist/{chunk-DDVRUPMZ.js → chunk-XU5GEWWL.js} +3 -1
- package/dist/index.cjs +140 -115
- package/dist/index.d.cts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +7 -6
- package/dist/mcp/core/index.d.cts +2 -2
- package/dist/mcp/core/index.d.ts +2 -2
- package/dist/mcp/index.cjs +107 -82
- package/dist/mcp/index.d.cts +8 -2
- package/dist/mcp/index.d.ts +8 -2
- package/dist/mcp/index.js +6 -5
- package/dist/mcp/plugin-editor/index.d.cts +1 -1
- package/dist/mcp/plugin-editor/index.d.ts +1 -1
- package/dist/mcp/plugin-excel/index.d.cts +1 -1
- package/dist/mcp/plugin-excel/index.d.ts +1 -1
- package/dist/mcp/plugin-preview/index.d.cts +1 -1
- package/dist/mcp/plugin-preview/index.d.ts +1 -1
- package/dist/mcp/plugin-seaflow/index.d.cts +1 -1
- package/dist/mcp/plugin-seaflow/index.d.ts +1 -1
- package/dist/mcp/plugin-word/index.cjs +31 -0
- package/dist/mcp/plugin-word/index.d.cts +86 -0
- package/dist/mcp/plugin-word/index.d.ts +86 -0
- package/dist/mcp/plugin-word/index.js +2 -0
- package/dist/mcp/seastudio/index.cjs +18 -18
- package/dist/mcp/seastudio/index.d.cts +34 -2
- package/dist/mcp/seastudio/index.d.ts +34 -2
- package/dist/mcp/seastudio/index.js +1 -1
- package/dist/{types-Clgf5gBf.d.cts → types-B1Zqr-0Q.d.cts} +1 -1
- package/dist/{types-Clgf5gBf.d.ts → types-B1Zqr-0Q.d.ts} +1 -1
- package/dist/ui/index.cjs +14 -14
- package/dist/ui/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1,140 +1,217 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
var
|
|
3
|
+
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
|
+
var chunkSUF5BPSK_cjs = require('./chunk-SUF5BPSK.cjs');
|
|
6
8
|
var chunkISI2OLPI_cjs = require('./chunk-ISI2OLPI.cjs');
|
|
7
|
-
var
|
|
8
|
-
var chunkSNGU4SHO_cjs = require('./chunk-SNGU4SHO.cjs');
|
|
9
|
+
var chunkCVF4QHS6_cjs = require('./chunk-CVF4QHS6.cjs');
|
|
9
10
|
var chunkMYURVLGP_cjs = require('./chunk-MYURVLGP.cjs');
|
|
10
|
-
var
|
|
11
|
+
var chunkSNGU4SHO_cjs = require('./chunk-SNGU4SHO.cjs');
|
|
11
12
|
var chunkTFOJLA2F_cjs = require('./chunk-TFOJLA2F.cjs');
|
|
12
13
|
|
|
13
14
|
|
|
14
15
|
|
|
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
|
+
});
|
|
15
68
|
Object.defineProperty(exports, "MCP_PACKAGES", {
|
|
16
69
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
70
|
+
get: function () { return chunkXIPL7VSP_cjs.MCP_PACKAGES; }
|
|
18
71
|
});
|
|
19
72
|
Object.defineProperty(exports, "getMCPPackageIdForTool", {
|
|
20
73
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
74
|
+
get: function () { return chunkXIPL7VSP_cjs.getMCPPackageIdForTool; }
|
|
22
75
|
});
|
|
23
76
|
Object.defineProperty(exports, "getMCPPackages", {
|
|
24
77
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
78
|
+
get: function () { return chunkXIPL7VSP_cjs.getMCPPackages; }
|
|
26
79
|
});
|
|
27
80
|
Object.defineProperty(exports, "getMCPToolPackageIndex", {
|
|
28
81
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
82
|
+
get: function () { return chunkXIPL7VSP_cjs.getMCPToolPackageIndex; }
|
|
30
83
|
});
|
|
31
84
|
Object.defineProperty(exports, "getToolsForLLM", {
|
|
32
85
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
86
|
+
get: function () { return chunkXIPL7VSP_cjs.getToolsForLLM; }
|
|
34
87
|
});
|
|
35
88
|
Object.defineProperty(exports, "listAllTools", {
|
|
36
89
|
enumerable: true,
|
|
37
|
-
get: function () { return
|
|
90
|
+
get: function () { return chunkXIPL7VSP_cjs.listAllTools; }
|
|
38
91
|
});
|
|
39
92
|
Object.defineProperty(exports, "listAvailableTools", {
|
|
40
93
|
enumerable: true,
|
|
41
|
-
get: function () { return
|
|
94
|
+
get: function () { return chunkXIPL7VSP_cjs.listAvailableTools; }
|
|
42
95
|
});
|
|
43
96
|
Object.defineProperty(exports, "listAvailableToolsForLLM", {
|
|
44
97
|
enumerable: true,
|
|
45
|
-
get: function () { return
|
|
98
|
+
get: function () { return chunkXIPL7VSP_cjs.listAvailableToolsForLLM; }
|
|
46
99
|
});
|
|
47
100
|
Object.defineProperty(exports, "loadPlugin", {
|
|
48
101
|
enumerable: true,
|
|
49
|
-
get: function () { return
|
|
102
|
+
get: function () { return chunkXIPL7VSP_cjs.loadPlugin; }
|
|
50
103
|
});
|
|
51
104
|
Object.defineProperty(exports, "mcpToolToOpenAI", {
|
|
52
105
|
enumerable: true,
|
|
53
|
-
get: function () { return
|
|
106
|
+
get: function () { return chunkXIPL7VSP_cjs.mcpToolToOpenAI; }
|
|
54
107
|
});
|
|
55
|
-
Object.defineProperty(exports, "
|
|
108
|
+
Object.defineProperty(exports, "word", {
|
|
56
109
|
enumerable: true,
|
|
57
|
-
get: function () { return
|
|
110
|
+
get: function () { return chunkORBVHAAS_cjs.word; }
|
|
58
111
|
});
|
|
59
|
-
Object.defineProperty(exports, "
|
|
112
|
+
Object.defineProperty(exports, "wordAllTools", {
|
|
60
113
|
enumerable: true,
|
|
61
|
-
get: function () { return
|
|
114
|
+
get: function () { return chunkORBVHAAS_cjs.allTools; }
|
|
62
115
|
});
|
|
63
|
-
Object.defineProperty(exports, "
|
|
116
|
+
Object.defineProperty(exports, "wordLifecycleTools", {
|
|
64
117
|
enumerable: true,
|
|
65
|
-
get: function () { return
|
|
118
|
+
get: function () { return chunkORBVHAAS_cjs.lifecycleTools; }
|
|
66
119
|
});
|
|
67
|
-
Object.defineProperty(exports, "
|
|
120
|
+
Object.defineProperty(exports, "wordMutateTools", {
|
|
68
121
|
enumerable: true,
|
|
69
|
-
get: function () { return
|
|
122
|
+
get: function () { return chunkORBVHAAS_cjs.mutateTools; }
|
|
70
123
|
});
|
|
71
|
-
Object.defineProperty(exports, "
|
|
124
|
+
Object.defineProperty(exports, "wordReadTools", {
|
|
72
125
|
enumerable: true,
|
|
73
|
-
get: function () { return
|
|
126
|
+
get: function () { return chunkORBVHAAS_cjs.readTools; }
|
|
74
127
|
});
|
|
75
|
-
Object.defineProperty(exports, "
|
|
128
|
+
Object.defineProperty(exports, "wordTools", {
|
|
76
129
|
enumerable: true,
|
|
77
|
-
get: function () { return
|
|
130
|
+
get: function () { return chunkORBVHAAS_cjs.tools; }
|
|
131
|
+
});
|
|
132
|
+
Object.defineProperty(exports, "seaflow", {
|
|
133
|
+
enumerable: true,
|
|
134
|
+
get: function () { return chunkHJJTBVKQ_cjs.seaflow; }
|
|
135
|
+
});
|
|
136
|
+
Object.defineProperty(exports, "seaflowAllTools", {
|
|
137
|
+
enumerable: true,
|
|
138
|
+
get: function () { return chunkHJJTBVKQ_cjs.allTools; }
|
|
139
|
+
});
|
|
140
|
+
Object.defineProperty(exports, "seaflowCanvasAuthTools", {
|
|
141
|
+
enumerable: true,
|
|
142
|
+
get: function () { return chunkHJJTBVKQ_cjs.canvasAuthTools; }
|
|
143
|
+
});
|
|
144
|
+
Object.defineProperty(exports, "seaflowCanvasContextTools", {
|
|
145
|
+
enumerable: true,
|
|
146
|
+
get: function () { return chunkHJJTBVKQ_cjs.canvasContextTools; }
|
|
147
|
+
});
|
|
148
|
+
Object.defineProperty(exports, "seaflowCanvasExecutionTools", {
|
|
149
|
+
enumerable: true,
|
|
150
|
+
get: function () { return chunkHJJTBVKQ_cjs.canvasExecutionTools; }
|
|
151
|
+
});
|
|
152
|
+
Object.defineProperty(exports, "seaflowTools", {
|
|
153
|
+
enumerable: true,
|
|
154
|
+
get: function () { return chunkHJJTBVKQ_cjs.tools; }
|
|
78
155
|
});
|
|
79
156
|
Object.defineProperty(exports, "SeastudioNotifications", {
|
|
80
157
|
enumerable: true,
|
|
81
|
-
get: function () { return
|
|
158
|
+
get: function () { return chunkSUF5BPSK_cjs.SeastudioNotifications; }
|
|
82
159
|
});
|
|
83
160
|
Object.defineProperty(exports, "SeastudioRequests", {
|
|
84
161
|
enumerable: true,
|
|
85
|
-
get: function () { return
|
|
162
|
+
get: function () { return chunkSUF5BPSK_cjs.SeastudioRequests; }
|
|
86
163
|
});
|
|
87
164
|
Object.defineProperty(exports, "agentManagementTools", {
|
|
88
165
|
enumerable: true,
|
|
89
|
-
get: function () { return
|
|
166
|
+
get: function () { return chunkSUF5BPSK_cjs.agentManagementTools; }
|
|
90
167
|
});
|
|
91
168
|
Object.defineProperty(exports, "agentTabTools", {
|
|
92
169
|
enumerable: true,
|
|
93
|
-
get: function () { return
|
|
170
|
+
get: function () { return chunkSUF5BPSK_cjs.agentTabTools; }
|
|
94
171
|
});
|
|
95
172
|
Object.defineProperty(exports, "batchFileTools", {
|
|
96
173
|
enumerable: true,
|
|
97
|
-
get: function () { return
|
|
174
|
+
get: function () { return chunkSUF5BPSK_cjs.batchFileTools; }
|
|
98
175
|
});
|
|
99
176
|
Object.defineProperty(exports, "clipboardTools", {
|
|
100
177
|
enumerable: true,
|
|
101
|
-
get: function () { return
|
|
178
|
+
get: function () { return chunkSUF5BPSK_cjs.clipboardTools; }
|
|
102
179
|
});
|
|
103
180
|
Object.defineProperty(exports, "codeQualityTools", {
|
|
104
181
|
enumerable: true,
|
|
105
|
-
get: function () { return
|
|
182
|
+
get: function () { return chunkSUF5BPSK_cjs.codeQualityTools; }
|
|
106
183
|
});
|
|
107
184
|
Object.defineProperty(exports, "fileTools", {
|
|
108
185
|
enumerable: true,
|
|
109
|
-
get: function () { return
|
|
186
|
+
get: function () { return chunkSUF5BPSK_cjs.fileTools; }
|
|
110
187
|
});
|
|
111
188
|
Object.defineProperty(exports, "gitTools", {
|
|
112
189
|
enumerable: true,
|
|
113
|
-
get: function () { return
|
|
190
|
+
get: function () { return chunkSUF5BPSK_cjs.gitTools; }
|
|
114
191
|
});
|
|
115
192
|
Object.defineProperty(exports, "pluginManagementTools", {
|
|
116
193
|
enumerable: true,
|
|
117
|
-
get: function () { return
|
|
194
|
+
get: function () { return chunkSUF5BPSK_cjs.pluginManagementTools; }
|
|
118
195
|
});
|
|
119
196
|
Object.defineProperty(exports, "pluginTabTools", {
|
|
120
197
|
enumerable: true,
|
|
121
|
-
get: function () { return
|
|
198
|
+
get: function () { return chunkSUF5BPSK_cjs.pluginTabTools; }
|
|
122
199
|
});
|
|
123
200
|
Object.defineProperty(exports, "seastudio", {
|
|
124
201
|
enumerable: true,
|
|
125
|
-
get: function () { return
|
|
202
|
+
get: function () { return chunkSUF5BPSK_cjs.seastudio; }
|
|
126
203
|
});
|
|
127
204
|
Object.defineProperty(exports, "seastudioAllTools", {
|
|
128
205
|
enumerable: true,
|
|
129
|
-
get: function () { return
|
|
206
|
+
get: function () { return chunkSUF5BPSK_cjs.allTools; }
|
|
130
207
|
});
|
|
131
208
|
Object.defineProperty(exports, "seastudioTools", {
|
|
132
209
|
enumerable: true,
|
|
133
|
-
get: function () { return
|
|
210
|
+
get: function () { return chunkSUF5BPSK_cjs.tools; }
|
|
134
211
|
});
|
|
135
212
|
Object.defineProperty(exports, "shellTools", {
|
|
136
213
|
enumerable: true,
|
|
137
|
-
get: function () { return
|
|
214
|
+
get: function () { return chunkSUF5BPSK_cjs.shellTools; }
|
|
138
215
|
});
|
|
139
216
|
Object.defineProperty(exports, "shellPlugin", {
|
|
140
217
|
enumerable: true,
|
|
@@ -152,57 +229,45 @@ Object.defineProperty(exports, "shellPluginTools", {
|
|
|
152
229
|
enumerable: true,
|
|
153
230
|
get: function () { return chunkISI2OLPI_cjs.tools; }
|
|
154
231
|
});
|
|
155
|
-
Object.defineProperty(exports, "
|
|
156
|
-
enumerable: true,
|
|
157
|
-
get: function () { return chunkBWG45ZWF_cjs.DialogBody; }
|
|
158
|
-
});
|
|
159
|
-
Object.defineProperty(exports, "DialogButton", {
|
|
160
|
-
enumerable: true,
|
|
161
|
-
get: function () { return chunkBWG45ZWF_cjs.DialogButton; }
|
|
162
|
-
});
|
|
163
|
-
Object.defineProperty(exports, "DialogContainer", {
|
|
164
|
-
enumerable: true,
|
|
165
|
-
get: function () { return chunkBWG45ZWF_cjs.DialogContainer; }
|
|
166
|
-
});
|
|
167
|
-
Object.defineProperty(exports, "DialogFooter", {
|
|
232
|
+
Object.defineProperty(exports, "excel", {
|
|
168
233
|
enumerable: true,
|
|
169
|
-
get: function () { return
|
|
234
|
+
get: function () { return chunkCVF4QHS6_cjs.excel; }
|
|
170
235
|
});
|
|
171
|
-
Object.defineProperty(exports, "
|
|
236
|
+
Object.defineProperty(exports, "excelAllTools", {
|
|
172
237
|
enumerable: true,
|
|
173
|
-
get: function () { return
|
|
238
|
+
get: function () { return chunkCVF4QHS6_cjs.allTools; }
|
|
174
239
|
});
|
|
175
|
-
Object.defineProperty(exports, "
|
|
240
|
+
Object.defineProperty(exports, "excelLifecycleTools", {
|
|
176
241
|
enumerable: true,
|
|
177
|
-
get: function () { return
|
|
242
|
+
get: function () { return chunkCVF4QHS6_cjs.lifecycleTools; }
|
|
178
243
|
});
|
|
179
|
-
Object.defineProperty(exports, "
|
|
244
|
+
Object.defineProperty(exports, "excelMutateTools", {
|
|
180
245
|
enumerable: true,
|
|
181
|
-
get: function () { return
|
|
246
|
+
get: function () { return chunkCVF4QHS6_cjs.mutateTools; }
|
|
182
247
|
});
|
|
183
|
-
Object.defineProperty(exports, "
|
|
248
|
+
Object.defineProperty(exports, "excelReadTools", {
|
|
184
249
|
enumerable: true,
|
|
185
|
-
get: function () { return
|
|
250
|
+
get: function () { return chunkCVF4QHS6_cjs.readTools; }
|
|
186
251
|
});
|
|
187
|
-
Object.defineProperty(exports, "
|
|
252
|
+
Object.defineProperty(exports, "excelTools", {
|
|
188
253
|
enumerable: true,
|
|
189
|
-
get: function () { return
|
|
254
|
+
get: function () { return chunkCVF4QHS6_cjs.tools; }
|
|
190
255
|
});
|
|
191
|
-
Object.defineProperty(exports, "
|
|
256
|
+
Object.defineProperty(exports, "preview", {
|
|
192
257
|
enumerable: true,
|
|
193
|
-
get: function () { return
|
|
258
|
+
get: function () { return chunkMYURVLGP_cjs.preview; }
|
|
194
259
|
});
|
|
195
|
-
Object.defineProperty(exports, "
|
|
260
|
+
Object.defineProperty(exports, "previewCoreTools", {
|
|
196
261
|
enumerable: true,
|
|
197
|
-
get: function () { return
|
|
262
|
+
get: function () { return chunkMYURVLGP_cjs.coreTools; }
|
|
198
263
|
});
|
|
199
|
-
Object.defineProperty(exports, "
|
|
264
|
+
Object.defineProperty(exports, "previewEnhancedTools", {
|
|
200
265
|
enumerable: true,
|
|
201
|
-
get: function () { return
|
|
266
|
+
get: function () { return chunkMYURVLGP_cjs.enhancedTools; }
|
|
202
267
|
});
|
|
203
|
-
Object.defineProperty(exports, "
|
|
268
|
+
Object.defineProperty(exports, "previewTools", {
|
|
204
269
|
enumerable: true,
|
|
205
|
-
get: function () { return
|
|
270
|
+
get: function () { return chunkMYURVLGP_cjs.tools; }
|
|
206
271
|
});
|
|
207
272
|
Object.defineProperty(exports, "editor", {
|
|
208
273
|
enumerable: true,
|
|
@@ -244,46 +309,6 @@ Object.defineProperty(exports, "fileOperationTools", {
|
|
|
244
309
|
enumerable: true,
|
|
245
310
|
get: function () { return chunkSNGU4SHO_cjs.fileOperationTools; }
|
|
246
311
|
});
|
|
247
|
-
Object.defineProperty(exports, "preview", {
|
|
248
|
-
enumerable: true,
|
|
249
|
-
get: function () { return chunkMYURVLGP_cjs.preview; }
|
|
250
|
-
});
|
|
251
|
-
Object.defineProperty(exports, "previewCoreTools", {
|
|
252
|
-
enumerable: true,
|
|
253
|
-
get: function () { return chunkMYURVLGP_cjs.coreTools; }
|
|
254
|
-
});
|
|
255
|
-
Object.defineProperty(exports, "previewEnhancedTools", {
|
|
256
|
-
enumerable: true,
|
|
257
|
-
get: function () { return chunkMYURVLGP_cjs.enhancedTools; }
|
|
258
|
-
});
|
|
259
|
-
Object.defineProperty(exports, "previewTools", {
|
|
260
|
-
enumerable: true,
|
|
261
|
-
get: function () { return chunkMYURVLGP_cjs.tools; }
|
|
262
|
-
});
|
|
263
|
-
Object.defineProperty(exports, "seaflow", {
|
|
264
|
-
enumerable: true,
|
|
265
|
-
get: function () { return chunkHJJTBVKQ_cjs.seaflow; }
|
|
266
|
-
});
|
|
267
|
-
Object.defineProperty(exports, "seaflowAllTools", {
|
|
268
|
-
enumerable: true,
|
|
269
|
-
get: function () { return chunkHJJTBVKQ_cjs.allTools; }
|
|
270
|
-
});
|
|
271
|
-
Object.defineProperty(exports, "seaflowCanvasAuthTools", {
|
|
272
|
-
enumerable: true,
|
|
273
|
-
get: function () { return chunkHJJTBVKQ_cjs.canvasAuthTools; }
|
|
274
|
-
});
|
|
275
|
-
Object.defineProperty(exports, "seaflowCanvasContextTools", {
|
|
276
|
-
enumerable: true,
|
|
277
|
-
get: function () { return chunkHJJTBVKQ_cjs.canvasContextTools; }
|
|
278
|
-
});
|
|
279
|
-
Object.defineProperty(exports, "seaflowCanvasExecutionTools", {
|
|
280
|
-
enumerable: true,
|
|
281
|
-
get: function () { return chunkHJJTBVKQ_cjs.canvasExecutionTools; }
|
|
282
|
-
});
|
|
283
|
-
Object.defineProperty(exports, "seaflowTools", {
|
|
284
|
-
enumerable: true,
|
|
285
|
-
get: function () { return chunkHJJTBVKQ_cjs.tools; }
|
|
286
|
-
});
|
|
287
312
|
Object.defineProperty(exports, "MCPClient", {
|
|
288
313
|
enumerable: true,
|
|
289
314
|
get: function () { return chunkTFOJLA2F_cjs.MCPClient; }
|
package/dist/index.d.cts
CHANGED
|
@@ -3,9 +3,10 @@ export { MCPPackageId, MCPPackageInfo, MCPToolCapabilityMetadata, MCPToolCapabil
|
|
|
3
3
|
export { CanvasBatchApplyResult, CanvasEdgeListItem, CanvasEdgeListResult, CanvasExecutionAuthSnapshot, CanvasExecutionAuthState, CanvasExecutionPersistMode, CanvasExecutionTaskState, CanvasNodeDetailResult, CanvasNodeOutputsResult, CanvasNodeValidationResult, CanvasTaskListItem, CanvasTaskListResult, CanvasTaskStatus, CanvasTaskWaitResult, seaflow, allTools as seaflowAllTools, canvasAuthTools as seaflowCanvasAuthTools, canvasContextTools as seaflowCanvasContextTools, canvasExecutionTools as seaflowCanvasExecutionTools, tools as seaflowTools } from './mcp/plugin-seaflow/index.cjs';
|
|
4
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
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-
|
|
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';
|
|
7
7
|
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
8
|
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
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';
|
|
10
11
|
import 'react';
|
|
11
12
|
import 'clsx';
|
package/dist/index.d.ts
CHANGED
|
@@ -3,9 +3,10 @@ export { MCPPackageId, MCPPackageInfo, MCPToolCapabilityMetadata, MCPToolCapabil
|
|
|
3
3
|
export { CanvasBatchApplyResult, CanvasEdgeListItem, CanvasEdgeListResult, CanvasExecutionAuthSnapshot, CanvasExecutionAuthState, CanvasExecutionPersistMode, CanvasExecutionTaskState, CanvasNodeDetailResult, CanvasNodeOutputsResult, CanvasNodeValidationResult, CanvasTaskListItem, CanvasTaskListResult, CanvasTaskStatus, CanvasTaskWaitResult, seaflow, allTools as seaflowAllTools, canvasAuthTools as seaflowCanvasAuthTools, canvasContextTools as seaflowCanvasContextTools, canvasExecutionTools as seaflowCanvasExecutionTools, tools as seaflowTools } from './mcp/plugin-seaflow/index.js';
|
|
4
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
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-
|
|
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';
|
|
7
7
|
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
8
|
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
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';
|
|
10
11
|
import 'react';
|
|
11
12
|
import 'clsx';
|
package/dist/index.js
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
export {
|
|
2
|
-
export {
|
|
3
|
-
export {
|
|
1
|
+
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
|
+
export { SeastudioNotifications, SeastudioRequests, agentManagementTools, agentTabTools, batchFileTools, clipboardTools, codeQualityTools, fileTools, gitTools, pluginManagementTools, pluginTabTools, seastudio, allTools as seastudioAllTools, tools as seastudioTools, shellTools } from './chunk-XU5GEWWL.js';
|
|
4
6
|
export { shellPlugin, commandTools as shellPluginCommandTools, sessionTools as shellPluginSessionTools, tools as shellPluginTools } from './chunk-FLATZQA2.js';
|
|
5
|
-
export {
|
|
6
|
-
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';
|
|
7
|
+
export { excel, allTools as excelAllTools, lifecycleTools as excelLifecycleTools, mutateTools as excelMutateTools, readTools as excelReadTools, tools as excelTools } from './chunk-Z7LV7DCO.js';
|
|
7
8
|
export { preview, coreTools as previewCoreTools, enhancedTools as previewEnhancedTools, tools as previewTools } from './chunk-QD4KISXM.js';
|
|
8
|
-
export {
|
|
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';
|
|
9
10
|
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, l as createNotification, m as createRequest, n as createResponse, o as isMCPMessage, p as isNotification } from '../../types-
|
|
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-B1Zqr-0Q.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 PublishParams, S as SubscribeParams, l as createNotification, m as createRequest, n as createResponse, o as isMCPMessage, p as isNotification } from '../../types-B1Zqr-0Q.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, l as createNotification, m as createRequest, n as createResponse, o as isMCPMessage, p as isNotification } from '../../types-
|
|
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-B1Zqr-0Q.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 PublishParams, S as SubscribeParams, l as createNotification, m as createRequest, n as createResponse, o as isMCPMessage, p as isNotification } from '../../types-B1Zqr-0Q.js';
|
|
3
3
|
|
|
4
4
|
interface NormalizeMCPToolInputSchemaOptions {
|
|
5
5
|
defaultType?: MCPToolInputSchema['type'];
|