@seastudio/sdk 3.0.0 → 3.0.1
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-BWG45ZWF.cjs → chunk-SYMWE636.cjs} +1 -1
- package/dist/index.cjs +59 -59
- package/dist/index.js +4 -4
- package/dist/mcp/index.cjs +45 -45
- package/dist/mcp/index.js +3 -3
- package/dist/ui/index.cjs +14 -14
- package/dist/ui/index.js +1 -1
- package/package.json +1 -1
- package/dist/{chunk-N33Y5NY7.cjs → chunk-CSXDT47Y.cjs} +2 -2
- package/dist/{chunk-5QAINQWV.js → chunk-V7MNKGS7.js} +2 -2
|
@@ -25,7 +25,7 @@ function Tab({
|
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
27
|
className: cn(
|
|
28
|
-
"group flex items-center gap-2 px-3
|
|
28
|
+
"group flex h-7 select-none items-center gap-2 px-3",
|
|
29
29
|
"transition-colors duration-150",
|
|
30
30
|
disabled ? isActive ? "text-muted-foreground bg-transparent border-b-2 border-muted-foreground/50 cursor-not-allowed" : "text-muted-foreground/50 bg-transparent border-b-2 border-transparent cursor-not-allowed" : isActive ? "text-foreground bg-muted border-b-2 border-primary cursor-pointer" : "text-muted-foreground hover:text-foreground hover:bg-muted/50 border-b-2 border-transparent cursor-pointer",
|
|
31
31
|
className
|
|
@@ -27,7 +27,7 @@ function Tab({
|
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
className: cn(
|
|
30
|
-
"group flex items-center gap-2 px-3
|
|
30
|
+
"group flex h-7 select-none items-center gap-2 px-3",
|
|
31
31
|
"transition-colors duration-150",
|
|
32
32
|
disabled ? isActive ? "text-muted-foreground bg-transparent border-b-2 border-muted-foreground/50 cursor-not-allowed" : "text-muted-foreground/50 bg-transparent border-b-2 border-transparent cursor-not-allowed" : isActive ? "text-foreground bg-muted border-b-2 border-primary cursor-pointer" : "text-muted-foreground hover:text-foreground hover:bg-muted/50 border-b-2 border-transparent cursor-pointer",
|
|
33
33
|
className
|
package/dist/index.cjs
CHANGED
|
@@ -1,80 +1,80 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
3
|
+
var chunkCSXDT47Y_cjs = require('./chunk-CSXDT47Y.cjs');
|
|
4
|
+
var chunkHJJTBVKQ_cjs = require('./chunk-HJJTBVKQ.cjs');
|
|
5
5
|
var chunkAGBZJGTY_cjs = require('./chunk-AGBZJGTY.cjs');
|
|
6
6
|
var chunkISI2OLPI_cjs = require('./chunk-ISI2OLPI.cjs');
|
|
7
|
-
var
|
|
7
|
+
var chunkSYMWE636_cjs = require('./chunk-SYMWE636.cjs');
|
|
8
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 chunkHJJTBVKQ_cjs = require('./chunk-HJJTBVKQ.cjs');
|
|
11
11
|
var chunkTFOJLA2F_cjs = require('./chunk-TFOJLA2F.cjs');
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
Object.defineProperty(exports, "MCP_PACKAGES", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkCSXDT47Y_cjs.MCP_PACKAGES; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "getMCPPackageIdForTool", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkCSXDT47Y_cjs.getMCPPackageIdForTool; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "getMCPPackages", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkCSXDT47Y_cjs.getMCPPackages; }
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "getMCPToolPackageIndex", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunkCSXDT47Y_cjs.getMCPToolPackageIndex; }
|
|
30
30
|
});
|
|
31
31
|
Object.defineProperty(exports, "getToolsForLLM", {
|
|
32
32
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunkCSXDT47Y_cjs.getToolsForLLM; }
|
|
34
34
|
});
|
|
35
35
|
Object.defineProperty(exports, "listAllTools", {
|
|
36
36
|
enumerable: true,
|
|
37
|
-
get: function () { return
|
|
37
|
+
get: function () { return chunkCSXDT47Y_cjs.listAllTools; }
|
|
38
38
|
});
|
|
39
39
|
Object.defineProperty(exports, "listAvailableTools", {
|
|
40
40
|
enumerable: true,
|
|
41
|
-
get: function () { return
|
|
41
|
+
get: function () { return chunkCSXDT47Y_cjs.listAvailableTools; }
|
|
42
42
|
});
|
|
43
43
|
Object.defineProperty(exports, "listAvailableToolsForLLM", {
|
|
44
44
|
enumerable: true,
|
|
45
|
-
get: function () { return
|
|
45
|
+
get: function () { return chunkCSXDT47Y_cjs.listAvailableToolsForLLM; }
|
|
46
46
|
});
|
|
47
47
|
Object.defineProperty(exports, "loadPlugin", {
|
|
48
48
|
enumerable: true,
|
|
49
|
-
get: function () { return
|
|
49
|
+
get: function () { return chunkCSXDT47Y_cjs.loadPlugin; }
|
|
50
50
|
});
|
|
51
51
|
Object.defineProperty(exports, "mcpToolToOpenAI", {
|
|
52
52
|
enumerable: true,
|
|
53
|
-
get: function () { return
|
|
53
|
+
get: function () { return chunkCSXDT47Y_cjs.mcpToolToOpenAI; }
|
|
54
54
|
});
|
|
55
|
-
Object.defineProperty(exports, "
|
|
55
|
+
Object.defineProperty(exports, "seaflow", {
|
|
56
56
|
enumerable: true,
|
|
57
|
-
get: function () { return
|
|
57
|
+
get: function () { return chunkHJJTBVKQ_cjs.seaflow; }
|
|
58
58
|
});
|
|
59
|
-
Object.defineProperty(exports, "
|
|
59
|
+
Object.defineProperty(exports, "seaflowAllTools", {
|
|
60
60
|
enumerable: true,
|
|
61
|
-
get: function () { return
|
|
61
|
+
get: function () { return chunkHJJTBVKQ_cjs.allTools; }
|
|
62
62
|
});
|
|
63
|
-
Object.defineProperty(exports, "
|
|
63
|
+
Object.defineProperty(exports, "seaflowCanvasAuthTools", {
|
|
64
64
|
enumerable: true,
|
|
65
|
-
get: function () { return
|
|
65
|
+
get: function () { return chunkHJJTBVKQ_cjs.canvasAuthTools; }
|
|
66
66
|
});
|
|
67
|
-
Object.defineProperty(exports, "
|
|
67
|
+
Object.defineProperty(exports, "seaflowCanvasContextTools", {
|
|
68
68
|
enumerable: true,
|
|
69
|
-
get: function () { return
|
|
69
|
+
get: function () { return chunkHJJTBVKQ_cjs.canvasContextTools; }
|
|
70
70
|
});
|
|
71
|
-
Object.defineProperty(exports, "
|
|
71
|
+
Object.defineProperty(exports, "seaflowCanvasExecutionTools", {
|
|
72
72
|
enumerable: true,
|
|
73
|
-
get: function () { return
|
|
73
|
+
get: function () { return chunkHJJTBVKQ_cjs.canvasExecutionTools; }
|
|
74
74
|
});
|
|
75
|
-
Object.defineProperty(exports, "
|
|
75
|
+
Object.defineProperty(exports, "seaflowTools", {
|
|
76
76
|
enumerable: true,
|
|
77
|
-
get: function () { return
|
|
77
|
+
get: function () { return chunkHJJTBVKQ_cjs.tools; }
|
|
78
78
|
});
|
|
79
79
|
Object.defineProperty(exports, "SeastudioNotifications", {
|
|
80
80
|
enumerable: true,
|
|
@@ -154,55 +154,55 @@ Object.defineProperty(exports, "shellPluginTools", {
|
|
|
154
154
|
});
|
|
155
155
|
Object.defineProperty(exports, "DialogBody", {
|
|
156
156
|
enumerable: true,
|
|
157
|
-
get: function () { return
|
|
157
|
+
get: function () { return chunkSYMWE636_cjs.DialogBody; }
|
|
158
158
|
});
|
|
159
159
|
Object.defineProperty(exports, "DialogButton", {
|
|
160
160
|
enumerable: true,
|
|
161
|
-
get: function () { return
|
|
161
|
+
get: function () { return chunkSYMWE636_cjs.DialogButton; }
|
|
162
162
|
});
|
|
163
163
|
Object.defineProperty(exports, "DialogContainer", {
|
|
164
164
|
enumerable: true,
|
|
165
|
-
get: function () { return
|
|
165
|
+
get: function () { return chunkSYMWE636_cjs.DialogContainer; }
|
|
166
166
|
});
|
|
167
167
|
Object.defineProperty(exports, "DialogFooter", {
|
|
168
168
|
enumerable: true,
|
|
169
|
-
get: function () { return
|
|
169
|
+
get: function () { return chunkSYMWE636_cjs.DialogFooter; }
|
|
170
170
|
});
|
|
171
171
|
Object.defineProperty(exports, "DialogHeader", {
|
|
172
172
|
enumerable: true,
|
|
173
|
-
get: function () { return
|
|
173
|
+
get: function () { return chunkSYMWE636_cjs.DialogHeader; }
|
|
174
174
|
});
|
|
175
175
|
Object.defineProperty(exports, "DialogOverlay", {
|
|
176
176
|
enumerable: true,
|
|
177
|
-
get: function () { return
|
|
177
|
+
get: function () { return chunkSYMWE636_cjs.DialogOverlay; }
|
|
178
178
|
});
|
|
179
179
|
Object.defineProperty(exports, "MenuContainer", {
|
|
180
180
|
enumerable: true,
|
|
181
|
-
get: function () { return
|
|
181
|
+
get: function () { return chunkSYMWE636_cjs.MenuContainer; }
|
|
182
182
|
});
|
|
183
183
|
Object.defineProperty(exports, "MenuEmpty", {
|
|
184
184
|
enumerable: true,
|
|
185
|
-
get: function () { return
|
|
185
|
+
get: function () { return chunkSYMWE636_cjs.MenuEmpty; }
|
|
186
186
|
});
|
|
187
187
|
Object.defineProperty(exports, "MenuItem", {
|
|
188
188
|
enumerable: true,
|
|
189
|
-
get: function () { return
|
|
189
|
+
get: function () { return chunkSYMWE636_cjs.MenuItem; }
|
|
190
190
|
});
|
|
191
191
|
Object.defineProperty(exports, "MenuSeparator", {
|
|
192
192
|
enumerable: true,
|
|
193
|
-
get: function () { return
|
|
193
|
+
get: function () { return chunkSYMWE636_cjs.MenuSeparator; }
|
|
194
194
|
});
|
|
195
195
|
Object.defineProperty(exports, "Tab", {
|
|
196
196
|
enumerable: true,
|
|
197
|
-
get: function () { return
|
|
197
|
+
get: function () { return chunkSYMWE636_cjs.Tab; }
|
|
198
198
|
});
|
|
199
199
|
Object.defineProperty(exports, "cn", {
|
|
200
200
|
enumerable: true,
|
|
201
|
-
get: function () { return
|
|
201
|
+
get: function () { return chunkSYMWE636_cjs.cn; }
|
|
202
202
|
});
|
|
203
203
|
Object.defineProperty(exports, "showHostContextMenu", {
|
|
204
204
|
enumerable: true,
|
|
205
|
-
get: function () { return
|
|
205
|
+
get: function () { return chunkSYMWE636_cjs.showHostContextMenu; }
|
|
206
206
|
});
|
|
207
207
|
Object.defineProperty(exports, "editor", {
|
|
208
208
|
enumerable: true,
|
|
@@ -244,45 +244,45 @@ Object.defineProperty(exports, "fileOperationTools", {
|
|
|
244
244
|
enumerable: true,
|
|
245
245
|
get: function () { return chunkSNGU4SHO_cjs.fileOperationTools; }
|
|
246
246
|
});
|
|
247
|
-
Object.defineProperty(exports, "
|
|
247
|
+
Object.defineProperty(exports, "excel", {
|
|
248
248
|
enumerable: true,
|
|
249
|
-
get: function () { return
|
|
249
|
+
get: function () { return chunkCVF4QHS6_cjs.excel; }
|
|
250
250
|
});
|
|
251
|
-
Object.defineProperty(exports, "
|
|
251
|
+
Object.defineProperty(exports, "excelAllTools", {
|
|
252
252
|
enumerable: true,
|
|
253
|
-
get: function () { return
|
|
253
|
+
get: function () { return chunkCVF4QHS6_cjs.allTools; }
|
|
254
254
|
});
|
|
255
|
-
Object.defineProperty(exports, "
|
|
255
|
+
Object.defineProperty(exports, "excelLifecycleTools", {
|
|
256
256
|
enumerable: true,
|
|
257
|
-
get: function () { return
|
|
257
|
+
get: function () { return chunkCVF4QHS6_cjs.lifecycleTools; }
|
|
258
258
|
});
|
|
259
|
-
Object.defineProperty(exports, "
|
|
259
|
+
Object.defineProperty(exports, "excelMutateTools", {
|
|
260
260
|
enumerable: true,
|
|
261
|
-
get: function () { return
|
|
261
|
+
get: function () { return chunkCVF4QHS6_cjs.mutateTools; }
|
|
262
262
|
});
|
|
263
|
-
Object.defineProperty(exports, "
|
|
263
|
+
Object.defineProperty(exports, "excelReadTools", {
|
|
264
264
|
enumerable: true,
|
|
265
|
-
get: function () { return
|
|
265
|
+
get: function () { return chunkCVF4QHS6_cjs.readTools; }
|
|
266
266
|
});
|
|
267
|
-
Object.defineProperty(exports, "
|
|
267
|
+
Object.defineProperty(exports, "excelTools", {
|
|
268
268
|
enumerable: true,
|
|
269
|
-
get: function () { return
|
|
269
|
+
get: function () { return chunkCVF4QHS6_cjs.tools; }
|
|
270
270
|
});
|
|
271
|
-
Object.defineProperty(exports, "
|
|
271
|
+
Object.defineProperty(exports, "preview", {
|
|
272
272
|
enumerable: true,
|
|
273
|
-
get: function () { return
|
|
273
|
+
get: function () { return chunkMYURVLGP_cjs.preview; }
|
|
274
274
|
});
|
|
275
|
-
Object.defineProperty(exports, "
|
|
275
|
+
Object.defineProperty(exports, "previewCoreTools", {
|
|
276
276
|
enumerable: true,
|
|
277
|
-
get: function () { return
|
|
277
|
+
get: function () { return chunkMYURVLGP_cjs.coreTools; }
|
|
278
278
|
});
|
|
279
|
-
Object.defineProperty(exports, "
|
|
279
|
+
Object.defineProperty(exports, "previewEnhancedTools", {
|
|
280
280
|
enumerable: true,
|
|
281
|
-
get: function () { return
|
|
281
|
+
get: function () { return chunkMYURVLGP_cjs.enhancedTools; }
|
|
282
282
|
});
|
|
283
|
-
Object.defineProperty(exports, "
|
|
283
|
+
Object.defineProperty(exports, "previewTools", {
|
|
284
284
|
enumerable: true,
|
|
285
|
-
get: function () { return
|
|
285
|
+
get: function () { return chunkMYURVLGP_cjs.tools; }
|
|
286
286
|
});
|
|
287
287
|
Object.defineProperty(exports, "MCPClient", {
|
|
288
288
|
enumerable: true,
|
package/dist/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { MCP_PACKAGES, getMCPPackageIdForTool, getMCPPackages, getMCPToolPackageIndex, getToolsForLLM, listAllTools, listAvailableTools, listAvailableToolsForLLM, loadPlugin, mcpToolToOpenAI } from './chunk-
|
|
2
|
-
export {
|
|
1
|
+
export { MCP_PACKAGES, getMCPPackageIdForTool, getMCPPackages, getMCPToolPackageIndex, getToolsForLLM, listAllTools, listAvailableTools, listAvailableToolsForLLM, loadPlugin, mcpToolToOpenAI } from './chunk-V7MNKGS7.js';
|
|
2
|
+
export { seaflow, allTools as seaflowAllTools, canvasAuthTools as seaflowCanvasAuthTools, canvasContextTools as seaflowCanvasContextTools, canvasExecutionTools as seaflowCanvasExecutionTools, tools as seaflowTools } from './chunk-4ITOR5QE.js';
|
|
3
3
|
export { SeastudioNotifications, SeastudioRequests, agentManagementTools, agentTabTools, batchFileTools, clipboardTools, codeQualityTools, fileTools, gitTools, pluginManagementTools, pluginTabTools, seastudio, allTools as seastudioAllTools, tools as seastudioTools, shellTools } from './chunk-DDVRUPMZ.js';
|
|
4
4
|
export { shellPlugin, commandTools as shellPluginCommandTools, sessionTools as shellPluginSessionTools, tools as shellPluginTools } from './chunk-FLATZQA2.js';
|
|
5
|
-
export { DialogBody, DialogButton, DialogContainer, DialogFooter, DialogHeader, DialogOverlay, MenuContainer, MenuEmpty, MenuItem, MenuSeparator, Tab, cn, showHostContextMenu } from './chunk-
|
|
5
|
+
export { DialogBody, DialogButton, DialogContainer, DialogFooter, DialogHeader, DialogOverlay, MenuContainer, MenuEmpty, MenuItem, MenuSeparator, Tab, cn, showHostContextMenu } from './chunk-4JAYW5GM.js';
|
|
6
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 { seaflow, allTools as seaflowAllTools, canvasAuthTools as seaflowCanvasAuthTools, canvasContextTools as seaflowCanvasContextTools, canvasExecutionTools as seaflowCanvasExecutionTools, tools as seaflowTools } from './chunk-4ITOR5QE.js';
|
|
9
9
|
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';
|
package/dist/mcp/index.cjs
CHANGED
|
@@ -1,79 +1,79 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
3
|
+
var chunkCSXDT47Y_cjs = require('../chunk-CSXDT47Y.cjs');
|
|
4
|
+
var chunkHJJTBVKQ_cjs = require('../chunk-HJJTBVKQ.cjs');
|
|
5
5
|
var chunkAGBZJGTY_cjs = require('../chunk-AGBZJGTY.cjs');
|
|
6
6
|
var chunkISI2OLPI_cjs = require('../chunk-ISI2OLPI.cjs');
|
|
7
7
|
var chunkSNGU4SHO_cjs = require('../chunk-SNGU4SHO.cjs');
|
|
8
|
+
var chunkCVF4QHS6_cjs = require('../chunk-CVF4QHS6.cjs');
|
|
8
9
|
var chunkMYURVLGP_cjs = require('../chunk-MYURVLGP.cjs');
|
|
9
|
-
var chunkHJJTBVKQ_cjs = require('../chunk-HJJTBVKQ.cjs');
|
|
10
10
|
var chunkTFOJLA2F_cjs = require('../chunk-TFOJLA2F.cjs');
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
Object.defineProperty(exports, "MCP_PACKAGES", {
|
|
15
15
|
enumerable: true,
|
|
16
|
-
get: function () { return
|
|
16
|
+
get: function () { return chunkCSXDT47Y_cjs.MCP_PACKAGES; }
|
|
17
17
|
});
|
|
18
18
|
Object.defineProperty(exports, "getMCPPackageIdForTool", {
|
|
19
19
|
enumerable: true,
|
|
20
|
-
get: function () { return
|
|
20
|
+
get: function () { return chunkCSXDT47Y_cjs.getMCPPackageIdForTool; }
|
|
21
21
|
});
|
|
22
22
|
Object.defineProperty(exports, "getMCPPackages", {
|
|
23
23
|
enumerable: true,
|
|
24
|
-
get: function () { return
|
|
24
|
+
get: function () { return chunkCSXDT47Y_cjs.getMCPPackages; }
|
|
25
25
|
});
|
|
26
26
|
Object.defineProperty(exports, "getMCPToolPackageIndex", {
|
|
27
27
|
enumerable: true,
|
|
28
|
-
get: function () { return
|
|
28
|
+
get: function () { return chunkCSXDT47Y_cjs.getMCPToolPackageIndex; }
|
|
29
29
|
});
|
|
30
30
|
Object.defineProperty(exports, "getToolsForLLM", {
|
|
31
31
|
enumerable: true,
|
|
32
|
-
get: function () { return
|
|
32
|
+
get: function () { return chunkCSXDT47Y_cjs.getToolsForLLM; }
|
|
33
33
|
});
|
|
34
34
|
Object.defineProperty(exports, "listAllTools", {
|
|
35
35
|
enumerable: true,
|
|
36
|
-
get: function () { return
|
|
36
|
+
get: function () { return chunkCSXDT47Y_cjs.listAllTools; }
|
|
37
37
|
});
|
|
38
38
|
Object.defineProperty(exports, "listAvailableTools", {
|
|
39
39
|
enumerable: true,
|
|
40
|
-
get: function () { return
|
|
40
|
+
get: function () { return chunkCSXDT47Y_cjs.listAvailableTools; }
|
|
41
41
|
});
|
|
42
42
|
Object.defineProperty(exports, "listAvailableToolsForLLM", {
|
|
43
43
|
enumerable: true,
|
|
44
|
-
get: function () { return
|
|
44
|
+
get: function () { return chunkCSXDT47Y_cjs.listAvailableToolsForLLM; }
|
|
45
45
|
});
|
|
46
46
|
Object.defineProperty(exports, "loadPlugin", {
|
|
47
47
|
enumerable: true,
|
|
48
|
-
get: function () { return
|
|
48
|
+
get: function () { return chunkCSXDT47Y_cjs.loadPlugin; }
|
|
49
49
|
});
|
|
50
50
|
Object.defineProperty(exports, "mcpToolToOpenAI", {
|
|
51
51
|
enumerable: true,
|
|
52
|
-
get: function () { return
|
|
52
|
+
get: function () { return chunkCSXDT47Y_cjs.mcpToolToOpenAI; }
|
|
53
53
|
});
|
|
54
|
-
Object.defineProperty(exports, "
|
|
54
|
+
Object.defineProperty(exports, "seaflow", {
|
|
55
55
|
enumerable: true,
|
|
56
|
-
get: function () { return
|
|
56
|
+
get: function () { return chunkHJJTBVKQ_cjs.seaflow; }
|
|
57
57
|
});
|
|
58
|
-
Object.defineProperty(exports, "
|
|
58
|
+
Object.defineProperty(exports, "seaflowAllTools", {
|
|
59
59
|
enumerable: true,
|
|
60
|
-
get: function () { return
|
|
60
|
+
get: function () { return chunkHJJTBVKQ_cjs.allTools; }
|
|
61
61
|
});
|
|
62
|
-
Object.defineProperty(exports, "
|
|
62
|
+
Object.defineProperty(exports, "seaflowCanvasAuthTools", {
|
|
63
63
|
enumerable: true,
|
|
64
|
-
get: function () { return
|
|
64
|
+
get: function () { return chunkHJJTBVKQ_cjs.canvasAuthTools; }
|
|
65
65
|
});
|
|
66
|
-
Object.defineProperty(exports, "
|
|
66
|
+
Object.defineProperty(exports, "seaflowCanvasContextTools", {
|
|
67
67
|
enumerable: true,
|
|
68
|
-
get: function () { return
|
|
68
|
+
get: function () { return chunkHJJTBVKQ_cjs.canvasContextTools; }
|
|
69
69
|
});
|
|
70
|
-
Object.defineProperty(exports, "
|
|
70
|
+
Object.defineProperty(exports, "seaflowCanvasExecutionTools", {
|
|
71
71
|
enumerable: true,
|
|
72
|
-
get: function () { return
|
|
72
|
+
get: function () { return chunkHJJTBVKQ_cjs.canvasExecutionTools; }
|
|
73
73
|
});
|
|
74
|
-
Object.defineProperty(exports, "
|
|
74
|
+
Object.defineProperty(exports, "seaflowTools", {
|
|
75
75
|
enumerable: true,
|
|
76
|
-
get: function () { return
|
|
76
|
+
get: function () { return chunkHJJTBVKQ_cjs.tools; }
|
|
77
77
|
});
|
|
78
78
|
Object.defineProperty(exports, "SeastudioNotifications", {
|
|
79
79
|
enumerable: true,
|
|
@@ -191,45 +191,45 @@ Object.defineProperty(exports, "fileOperationTools", {
|
|
|
191
191
|
enumerable: true,
|
|
192
192
|
get: function () { return chunkSNGU4SHO_cjs.fileOperationTools; }
|
|
193
193
|
});
|
|
194
|
-
Object.defineProperty(exports, "
|
|
194
|
+
Object.defineProperty(exports, "excel", {
|
|
195
195
|
enumerable: true,
|
|
196
|
-
get: function () { return
|
|
196
|
+
get: function () { return chunkCVF4QHS6_cjs.excel; }
|
|
197
197
|
});
|
|
198
|
-
Object.defineProperty(exports, "
|
|
198
|
+
Object.defineProperty(exports, "excelAllTools", {
|
|
199
199
|
enumerable: true,
|
|
200
|
-
get: function () { return
|
|
200
|
+
get: function () { return chunkCVF4QHS6_cjs.allTools; }
|
|
201
201
|
});
|
|
202
|
-
Object.defineProperty(exports, "
|
|
202
|
+
Object.defineProperty(exports, "excelLifecycleTools", {
|
|
203
203
|
enumerable: true,
|
|
204
|
-
get: function () { return
|
|
204
|
+
get: function () { return chunkCVF4QHS6_cjs.lifecycleTools; }
|
|
205
205
|
});
|
|
206
|
-
Object.defineProperty(exports, "
|
|
206
|
+
Object.defineProperty(exports, "excelMutateTools", {
|
|
207
207
|
enumerable: true,
|
|
208
|
-
get: function () { return
|
|
208
|
+
get: function () { return chunkCVF4QHS6_cjs.mutateTools; }
|
|
209
209
|
});
|
|
210
|
-
Object.defineProperty(exports, "
|
|
210
|
+
Object.defineProperty(exports, "excelReadTools", {
|
|
211
211
|
enumerable: true,
|
|
212
|
-
get: function () { return
|
|
212
|
+
get: function () { return chunkCVF4QHS6_cjs.readTools; }
|
|
213
213
|
});
|
|
214
|
-
Object.defineProperty(exports, "
|
|
214
|
+
Object.defineProperty(exports, "excelTools", {
|
|
215
215
|
enumerable: true,
|
|
216
|
-
get: function () { return
|
|
216
|
+
get: function () { return chunkCVF4QHS6_cjs.tools; }
|
|
217
217
|
});
|
|
218
|
-
Object.defineProperty(exports, "
|
|
218
|
+
Object.defineProperty(exports, "preview", {
|
|
219
219
|
enumerable: true,
|
|
220
|
-
get: function () { return
|
|
220
|
+
get: function () { return chunkMYURVLGP_cjs.preview; }
|
|
221
221
|
});
|
|
222
|
-
Object.defineProperty(exports, "
|
|
222
|
+
Object.defineProperty(exports, "previewCoreTools", {
|
|
223
223
|
enumerable: true,
|
|
224
|
-
get: function () { return
|
|
224
|
+
get: function () { return chunkMYURVLGP_cjs.coreTools; }
|
|
225
225
|
});
|
|
226
|
-
Object.defineProperty(exports, "
|
|
226
|
+
Object.defineProperty(exports, "previewEnhancedTools", {
|
|
227
227
|
enumerable: true,
|
|
228
|
-
get: function () { return
|
|
228
|
+
get: function () { return chunkMYURVLGP_cjs.enhancedTools; }
|
|
229
229
|
});
|
|
230
|
-
Object.defineProperty(exports, "
|
|
230
|
+
Object.defineProperty(exports, "previewTools", {
|
|
231
231
|
enumerable: true,
|
|
232
|
-
get: function () { return
|
|
232
|
+
get: function () { return chunkMYURVLGP_cjs.tools; }
|
|
233
233
|
});
|
|
234
234
|
Object.defineProperty(exports, "MCPClient", {
|
|
235
235
|
enumerable: true,
|
package/dist/mcp/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { MCP_PACKAGES, getMCPPackageIdForTool, getMCPPackages, getMCPToolPackageIndex, getToolsForLLM, listAllTools, listAvailableTools, listAvailableToolsForLLM, loadPlugin, mcpToolToOpenAI } from '../chunk-
|
|
2
|
-
export {
|
|
1
|
+
export { MCP_PACKAGES, getMCPPackageIdForTool, getMCPPackages, getMCPToolPackageIndex, getToolsForLLM, listAllTools, listAvailableTools, listAvailableToolsForLLM, loadPlugin, mcpToolToOpenAI } from '../chunk-V7MNKGS7.js';
|
|
2
|
+
export { seaflow, allTools as seaflowAllTools, canvasAuthTools as seaflowCanvasAuthTools, canvasContextTools as seaflowCanvasContextTools, canvasExecutionTools as seaflowCanvasExecutionTools, tools as seaflowTools } from '../chunk-4ITOR5QE.js';
|
|
3
3
|
export { SeastudioNotifications, SeastudioRequests, agentManagementTools, agentTabTools, batchFileTools, clipboardTools, codeQualityTools, fileTools, gitTools, pluginManagementTools, pluginTabTools, seastudio, allTools as seastudioAllTools, tools as seastudioTools, shellTools } from '../chunk-DDVRUPMZ.js';
|
|
4
4
|
export { shellPlugin, commandTools as shellPluginCommandTools, sessionTools as shellPluginSessionTools, tools as shellPluginTools } from '../chunk-FLATZQA2.js';
|
|
5
5
|
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';
|
|
6
|
+
export { excel, allTools as excelAllTools, lifecycleTools as excelLifecycleTools, mutateTools as excelMutateTools, readTools as excelReadTools, tools as excelTools } from '../chunk-Z7LV7DCO.js';
|
|
6
7
|
export { preview, coreTools as previewCoreTools, enhancedTools as previewEnhancedTools, tools as previewTools } from '../chunk-QD4KISXM.js';
|
|
7
|
-
export { seaflow, allTools as seaflowAllTools, canvasAuthTools as seaflowCanvasAuthTools, canvasContextTools as seaflowCanvasContextTools, canvasExecutionTools as seaflowCanvasExecutionTools, tools as seaflowTools } from '../chunk-4ITOR5QE.js';
|
|
8
8
|
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';
|
package/dist/ui/index.cjs
CHANGED
|
@@ -1,58 +1,58 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkSYMWE636_cjs = require('../chunk-SYMWE636.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
Object.defineProperty(exports, "DialogBody", {
|
|
8
8
|
enumerable: true,
|
|
9
|
-
get: function () { return
|
|
9
|
+
get: function () { return chunkSYMWE636_cjs.DialogBody; }
|
|
10
10
|
});
|
|
11
11
|
Object.defineProperty(exports, "DialogButton", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkSYMWE636_cjs.DialogButton; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "DialogContainer", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkSYMWE636_cjs.DialogContainer; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "DialogFooter", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkSYMWE636_cjs.DialogFooter; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "DialogHeader", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkSYMWE636_cjs.DialogHeader; }
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "DialogOverlay", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunkSYMWE636_cjs.DialogOverlay; }
|
|
30
30
|
});
|
|
31
31
|
Object.defineProperty(exports, "MenuContainer", {
|
|
32
32
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunkSYMWE636_cjs.MenuContainer; }
|
|
34
34
|
});
|
|
35
35
|
Object.defineProperty(exports, "MenuEmpty", {
|
|
36
36
|
enumerable: true,
|
|
37
|
-
get: function () { return
|
|
37
|
+
get: function () { return chunkSYMWE636_cjs.MenuEmpty; }
|
|
38
38
|
});
|
|
39
39
|
Object.defineProperty(exports, "MenuItem", {
|
|
40
40
|
enumerable: true,
|
|
41
|
-
get: function () { return
|
|
41
|
+
get: function () { return chunkSYMWE636_cjs.MenuItem; }
|
|
42
42
|
});
|
|
43
43
|
Object.defineProperty(exports, "MenuSeparator", {
|
|
44
44
|
enumerable: true,
|
|
45
|
-
get: function () { return
|
|
45
|
+
get: function () { return chunkSYMWE636_cjs.MenuSeparator; }
|
|
46
46
|
});
|
|
47
47
|
Object.defineProperty(exports, "Tab", {
|
|
48
48
|
enumerable: true,
|
|
49
|
-
get: function () { return
|
|
49
|
+
get: function () { return chunkSYMWE636_cjs.Tab; }
|
|
50
50
|
});
|
|
51
51
|
Object.defineProperty(exports, "cn", {
|
|
52
52
|
enumerable: true,
|
|
53
|
-
get: function () { return
|
|
53
|
+
get: function () { return chunkSYMWE636_cjs.cn; }
|
|
54
54
|
});
|
|
55
55
|
Object.defineProperty(exports, "showHostContextMenu", {
|
|
56
56
|
enumerable: true,
|
|
57
|
-
get: function () { return
|
|
57
|
+
get: function () { return chunkSYMWE636_cjs.showHostContextMenu; }
|
|
58
58
|
});
|
package/dist/ui/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { DialogBody, DialogButton, DialogContainer, DialogFooter, DialogHeader, DialogOverlay, MenuContainer, MenuEmpty, MenuItem, MenuSeparator, Tab, cn, showHostContextMenu } from '../chunk-
|
|
1
|
+
export { DialogBody, DialogButton, DialogContainer, DialogFooter, DialogHeader, DialogOverlay, MenuContainer, MenuEmpty, MenuItem, MenuSeparator, Tab, cn, showHostContextMenu } from '../chunk-4JAYW5GM.js';
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkHJJTBVKQ_cjs = require('./chunk-HJJTBVKQ.cjs');
|
|
4
4
|
var chunkAGBZJGTY_cjs = require('./chunk-AGBZJGTY.cjs');
|
|
5
5
|
var chunkISI2OLPI_cjs = require('./chunk-ISI2OLPI.cjs');
|
|
6
6
|
var chunkSNGU4SHO_cjs = require('./chunk-SNGU4SHO.cjs');
|
|
7
|
+
var chunkCVF4QHS6_cjs = require('./chunk-CVF4QHS6.cjs');
|
|
7
8
|
var chunkMYURVLGP_cjs = require('./chunk-MYURVLGP.cjs');
|
|
8
|
-
var chunkHJJTBVKQ_cjs = require('./chunk-HJJTBVKQ.cjs');
|
|
9
9
|
var chunkTFOJLA2F_cjs = require('./chunk-TFOJLA2F.cjs');
|
|
10
10
|
|
|
11
11
|
// src/mcp/index.ts
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { allTools as allTools$
|
|
1
|
+
import { allTools as allTools$2 } from './chunk-4ITOR5QE.js';
|
|
2
2
|
import { allTools } from './chunk-DDVRUPMZ.js';
|
|
3
3
|
import { tools as tools$1 } from './chunk-FLATZQA2.js';
|
|
4
4
|
import { allTools as allTools$1 } from './chunk-DSOSHJH2.js';
|
|
5
|
+
import { allTools as allTools$3 } from './chunk-Z7LV7DCO.js';
|
|
5
6
|
import { tools } from './chunk-QD4KISXM.js';
|
|
6
|
-
import { allTools as allTools$2 } from './chunk-4ITOR5QE.js';
|
|
7
7
|
import { normalizeMCPTool, normalizeMCPToolObjectSchema } from './chunk-ANWOL7SM.js';
|
|
8
8
|
|
|
9
9
|
// src/mcp/index.ts
|