@claude-flow/cli 3.0.0-alpha.156 → 3.0.0-alpha.158
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/src/commands/hooks.d.ts.map +1 -1
- package/dist/src/commands/hooks.js +22 -16
- package/dist/src/commands/hooks.js.map +1 -1
- package/dist/src/mcp-tools/agent-tools.js +7 -7
- package/dist/src/mcp-tools/analyze-tools.js +6 -6
- package/dist/src/mcp-tools/browser-tools.js +23 -23
- package/dist/src/mcp-tools/claims-tools.js +12 -12
- package/dist/src/mcp-tools/config-tools.js +6 -6
- package/dist/src/mcp-tools/coordination-tools.js +7 -7
- package/dist/src/mcp-tools/daa-tools.js +8 -8
- package/dist/src/mcp-tools/embeddings-tools.js +7 -7
- package/dist/src/mcp-tools/github-tools.js +5 -5
- package/dist/src/mcp-tools/hive-mind-tools.js +9 -9
- package/dist/src/mcp-tools/hooks-tools.js +44 -44
- package/dist/src/mcp-tools/memory-tools.js +6 -6
- package/dist/src/mcp-tools/neural-tools.js +6 -6
- package/dist/src/mcp-tools/performance-tools.js +6 -6
- package/dist/src/mcp-tools/progress-tools.js +4 -4
- package/dist/src/mcp-tools/session-tools.js +5 -5
- package/dist/src/mcp-tools/swarm-tools.js +4 -4
- package/dist/src/mcp-tools/system-tools.js +5 -5
- package/dist/src/mcp-tools/task-tools.js +6 -6
- package/dist/src/mcp-tools/terminal-tools.js +5 -5
- package/dist/src/mcp-tools/transfer-tools.js +11 -11
- package/dist/src/mcp-tools/workflow-tools.js +9 -9
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -89,7 +89,7 @@ function loadRelatedStores(options) {
|
|
|
89
89
|
}
|
|
90
90
|
export const sessionTools = [
|
|
91
91
|
{
|
|
92
|
-
name: '
|
|
92
|
+
name: 'session_save',
|
|
93
93
|
description: 'Save current session state',
|
|
94
94
|
category: 'session',
|
|
95
95
|
inputSchema: {
|
|
@@ -140,7 +140,7 @@ export const sessionTools = [
|
|
|
140
140
|
},
|
|
141
141
|
},
|
|
142
142
|
{
|
|
143
|
-
name: '
|
|
143
|
+
name: 'session_restore',
|
|
144
144
|
description: 'Restore a saved session',
|
|
145
145
|
category: 'session',
|
|
146
146
|
inputSchema: {
|
|
@@ -205,7 +205,7 @@ export const sessionTools = [
|
|
|
205
205
|
},
|
|
206
206
|
},
|
|
207
207
|
{
|
|
208
|
-
name: '
|
|
208
|
+
name: 'session_list',
|
|
209
209
|
description: 'List saved sessions',
|
|
210
210
|
category: 'session',
|
|
211
211
|
inputSchema: {
|
|
@@ -245,7 +245,7 @@ export const sessionTools = [
|
|
|
245
245
|
},
|
|
246
246
|
},
|
|
247
247
|
{
|
|
248
|
-
name: '
|
|
248
|
+
name: 'session_delete',
|
|
249
249
|
description: 'Delete a saved session',
|
|
250
250
|
category: 'session',
|
|
251
251
|
inputSchema: {
|
|
@@ -274,7 +274,7 @@ export const sessionTools = [
|
|
|
274
274
|
},
|
|
275
275
|
},
|
|
276
276
|
{
|
|
277
|
-
name: '
|
|
277
|
+
name: 'session_info',
|
|
278
278
|
description: 'Get detailed session information',
|
|
279
279
|
category: 'session',
|
|
280
280
|
inputSchema: {
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export const swarmTools = [
|
|
7
7
|
{
|
|
8
|
-
name: '
|
|
8
|
+
name: 'swarm_init',
|
|
9
9
|
description: 'Initialize a swarm',
|
|
10
10
|
category: 'swarm',
|
|
11
11
|
inputSchema: {
|
|
@@ -37,7 +37,7 @@ export const swarmTools = [
|
|
|
37
37
|
},
|
|
38
38
|
},
|
|
39
39
|
{
|
|
40
|
-
name: '
|
|
40
|
+
name: 'swarm_status',
|
|
41
41
|
description: 'Get swarm status',
|
|
42
42
|
category: 'swarm',
|
|
43
43
|
inputSchema: {
|
|
@@ -56,7 +56,7 @@ export const swarmTools = [
|
|
|
56
56
|
},
|
|
57
57
|
},
|
|
58
58
|
{
|
|
59
|
-
name: '
|
|
59
|
+
name: 'swarm_shutdown',
|
|
60
60
|
description: 'Shutdown a swarm',
|
|
61
61
|
category: 'swarm',
|
|
62
62
|
inputSchema: {
|
|
@@ -75,7 +75,7 @@ export const swarmTools = [
|
|
|
75
75
|
},
|
|
76
76
|
},
|
|
77
77
|
{
|
|
78
|
-
name: '
|
|
78
|
+
name: 'swarm_health',
|
|
79
79
|
description: 'Check swarm health status',
|
|
80
80
|
category: 'swarm',
|
|
81
81
|
inputSchema: {
|
|
@@ -56,7 +56,7 @@ function saveMetrics(metrics) {
|
|
|
56
56
|
}
|
|
57
57
|
export const systemTools = [
|
|
58
58
|
{
|
|
59
|
-
name: '
|
|
59
|
+
name: 'system_status',
|
|
60
60
|
description: 'Get overall system status',
|
|
61
61
|
category: 'system',
|
|
62
62
|
inputSchema: {
|
|
@@ -97,7 +97,7 @@ export const systemTools = [
|
|
|
97
97
|
},
|
|
98
98
|
},
|
|
99
99
|
{
|
|
100
|
-
name: '
|
|
100
|
+
name: 'system_metrics',
|
|
101
101
|
description: 'Get system metrics and performance data',
|
|
102
102
|
category: 'system',
|
|
103
103
|
inputSchema: {
|
|
@@ -164,7 +164,7 @@ export const systemTools = [
|
|
|
164
164
|
},
|
|
165
165
|
},
|
|
166
166
|
{
|
|
167
|
-
name: '
|
|
167
|
+
name: 'system_health',
|
|
168
168
|
description: 'Perform system health check',
|
|
169
169
|
category: 'system',
|
|
170
170
|
inputSchema: {
|
|
@@ -238,7 +238,7 @@ export const systemTools = [
|
|
|
238
238
|
},
|
|
239
239
|
},
|
|
240
240
|
{
|
|
241
|
-
name: '
|
|
241
|
+
name: 'system_info',
|
|
242
242
|
description: 'Get system information',
|
|
243
243
|
category: 'system',
|
|
244
244
|
inputSchema: {
|
|
@@ -273,7 +273,7 @@ export const systemTools = [
|
|
|
273
273
|
},
|
|
274
274
|
},
|
|
275
275
|
{
|
|
276
|
-
name: '
|
|
276
|
+
name: 'system_reset',
|
|
277
277
|
description: 'Reset system state',
|
|
278
278
|
category: 'system',
|
|
279
279
|
inputSchema: {
|
|
@@ -40,7 +40,7 @@ function saveTaskStore(store) {
|
|
|
40
40
|
}
|
|
41
41
|
export const taskTools = [
|
|
42
42
|
{
|
|
43
|
-
name: '
|
|
43
|
+
name: 'task_create',
|
|
44
44
|
description: 'Create a new task',
|
|
45
45
|
category: 'task',
|
|
46
46
|
inputSchema: {
|
|
@@ -85,7 +85,7 @@ export const taskTools = [
|
|
|
85
85
|
},
|
|
86
86
|
},
|
|
87
87
|
{
|
|
88
|
-
name: '
|
|
88
|
+
name: 'task_status',
|
|
89
89
|
description: 'Get task status',
|
|
90
90
|
category: 'task',
|
|
91
91
|
inputSchema: {
|
|
@@ -122,7 +122,7 @@ export const taskTools = [
|
|
|
122
122
|
},
|
|
123
123
|
},
|
|
124
124
|
{
|
|
125
|
-
name: '
|
|
125
|
+
name: 'task_list',
|
|
126
126
|
description: 'List all tasks',
|
|
127
127
|
category: 'task',
|
|
128
128
|
inputSchema: {
|
|
@@ -180,7 +180,7 @@ export const taskTools = [
|
|
|
180
180
|
},
|
|
181
181
|
},
|
|
182
182
|
{
|
|
183
|
-
name: '
|
|
183
|
+
name: 'task_complete',
|
|
184
184
|
description: 'Mark task as complete',
|
|
185
185
|
category: 'task',
|
|
186
186
|
inputSchema: {
|
|
@@ -216,7 +216,7 @@ export const taskTools = [
|
|
|
216
216
|
},
|
|
217
217
|
},
|
|
218
218
|
{
|
|
219
|
-
name: '
|
|
219
|
+
name: 'task_update',
|
|
220
220
|
description: 'Update task status or progress',
|
|
221
221
|
category: 'task',
|
|
222
222
|
inputSchema: {
|
|
@@ -264,7 +264,7 @@ export const taskTools = [
|
|
|
264
264
|
},
|
|
265
265
|
},
|
|
266
266
|
{
|
|
267
|
-
name: '
|
|
267
|
+
name: 'task_cancel',
|
|
268
268
|
description: 'Cancel a task',
|
|
269
269
|
category: 'task',
|
|
270
270
|
inputSchema: {
|
|
@@ -44,7 +44,7 @@ function saveTerminalStore(store) {
|
|
|
44
44
|
}
|
|
45
45
|
export const terminalTools = [
|
|
46
46
|
{
|
|
47
|
-
name: '
|
|
47
|
+
name: 'terminal_create',
|
|
48
48
|
description: 'Create a new terminal session',
|
|
49
49
|
category: 'terminal',
|
|
50
50
|
inputSchema: {
|
|
@@ -81,7 +81,7 @@ export const terminalTools = [
|
|
|
81
81
|
},
|
|
82
82
|
},
|
|
83
83
|
{
|
|
84
|
-
name: '
|
|
84
|
+
name: 'terminal_execute',
|
|
85
85
|
description: 'Execute a command in a terminal session',
|
|
86
86
|
category: 'terminal',
|
|
87
87
|
inputSchema: {
|
|
@@ -142,7 +142,7 @@ export const terminalTools = [
|
|
|
142
142
|
},
|
|
143
143
|
},
|
|
144
144
|
{
|
|
145
|
-
name: '
|
|
145
|
+
name: 'terminal_list',
|
|
146
146
|
description: 'List all terminal sessions',
|
|
147
147
|
category: 'terminal',
|
|
148
148
|
inputSchema: {
|
|
@@ -175,7 +175,7 @@ export const terminalTools = [
|
|
|
175
175
|
},
|
|
176
176
|
},
|
|
177
177
|
{
|
|
178
|
-
name: '
|
|
178
|
+
name: 'terminal_close',
|
|
179
179
|
description: 'Close a terminal session',
|
|
180
180
|
category: 'terminal',
|
|
181
181
|
inputSchema: {
|
|
@@ -203,7 +203,7 @@ export const terminalTools = [
|
|
|
203
203
|
},
|
|
204
204
|
},
|
|
205
205
|
{
|
|
206
|
-
name: '
|
|
206
|
+
name: 'terminal_history',
|
|
207
207
|
description: 'Get command history for a terminal session',
|
|
208
208
|
category: 'terminal',
|
|
209
209
|
inputSchema: {
|
|
@@ -27,7 +27,7 @@ export const transferTools = [
|
|
|
27
27
|
// ANONYMIZATION TOOLS
|
|
28
28
|
// ═══════════════════════════════════════════════════════════════
|
|
29
29
|
{
|
|
30
|
-
name: '
|
|
30
|
+
name: 'transfer_detect-pii',
|
|
31
31
|
description: 'Detect PII in content without redacting',
|
|
32
32
|
category: 'transfer',
|
|
33
33
|
version: '1.0.0',
|
|
@@ -56,7 +56,7 @@ export const transferTools = [
|
|
|
56
56
|
// IPFS TOOLS
|
|
57
57
|
// ═══════════════════════════════════════════════════════════════
|
|
58
58
|
{
|
|
59
|
-
name: '
|
|
59
|
+
name: 'transfer_ipfs-resolve',
|
|
60
60
|
description: 'Resolve IPNS name to CID',
|
|
61
61
|
category: 'transfer',
|
|
62
62
|
version: '1.0.0',
|
|
@@ -85,7 +85,7 @@ export const transferTools = [
|
|
|
85
85
|
// PATTERN STORE TOOLS
|
|
86
86
|
// ═══════════════════════════════════════════════════════════════
|
|
87
87
|
{
|
|
88
|
-
name: '
|
|
88
|
+
name: 'transfer_store-search',
|
|
89
89
|
description: 'Search the pattern store',
|
|
90
90
|
category: 'transfer',
|
|
91
91
|
version: '1.0.0',
|
|
@@ -128,7 +128,7 @@ export const transferTools = [
|
|
|
128
128
|
},
|
|
129
129
|
},
|
|
130
130
|
{
|
|
131
|
-
name: '
|
|
131
|
+
name: 'transfer_store-info',
|
|
132
132
|
description: 'Get detailed info about a pattern',
|
|
133
133
|
category: 'transfer',
|
|
134
134
|
version: '1.0.0',
|
|
@@ -159,7 +159,7 @@ export const transferTools = [
|
|
|
159
159
|
},
|
|
160
160
|
},
|
|
161
161
|
{
|
|
162
|
-
name: '
|
|
162
|
+
name: 'transfer_store-download',
|
|
163
163
|
description: 'Download a pattern from the store',
|
|
164
164
|
category: 'transfer',
|
|
165
165
|
version: '1.0.0',
|
|
@@ -191,7 +191,7 @@ export const transferTools = [
|
|
|
191
191
|
},
|
|
192
192
|
},
|
|
193
193
|
{
|
|
194
|
-
name: '
|
|
194
|
+
name: 'transfer_store-featured',
|
|
195
195
|
description: 'Get featured patterns from the store',
|
|
196
196
|
category: 'transfer',
|
|
197
197
|
version: '1.0.0',
|
|
@@ -219,7 +219,7 @@ export const transferTools = [
|
|
|
219
219
|
},
|
|
220
220
|
},
|
|
221
221
|
{
|
|
222
|
-
name: '
|
|
222
|
+
name: 'transfer_store-trending',
|
|
223
223
|
description: 'Get trending patterns from the store',
|
|
224
224
|
category: 'transfer',
|
|
225
225
|
version: '1.0.0',
|
|
@@ -250,7 +250,7 @@ export const transferTools = [
|
|
|
250
250
|
// PLUGIN STORE TOOLS
|
|
251
251
|
// ═══════════════════════════════════════════════════════════════
|
|
252
252
|
{
|
|
253
|
-
name: '
|
|
253
|
+
name: 'transfer_plugin-search',
|
|
254
254
|
description: 'Search the plugin store',
|
|
255
255
|
category: 'transfer',
|
|
256
256
|
version: '1.0.0',
|
|
@@ -301,7 +301,7 @@ export const transferTools = [
|
|
|
301
301
|
},
|
|
302
302
|
},
|
|
303
303
|
{
|
|
304
|
-
name: '
|
|
304
|
+
name: 'transfer_plugin-info',
|
|
305
305
|
description: 'Get detailed info about a plugin',
|
|
306
306
|
category: 'transfer',
|
|
307
307
|
version: '1.0.0',
|
|
@@ -336,7 +336,7 @@ export const transferTools = [
|
|
|
336
336
|
},
|
|
337
337
|
},
|
|
338
338
|
{
|
|
339
|
-
name: '
|
|
339
|
+
name: 'transfer_plugin-featured',
|
|
340
340
|
description: 'Get featured plugins from the store',
|
|
341
341
|
category: 'transfer',
|
|
342
342
|
version: '1.0.0',
|
|
@@ -367,7 +367,7 @@ export const transferTools = [
|
|
|
367
367
|
},
|
|
368
368
|
},
|
|
369
369
|
{
|
|
370
|
-
name: '
|
|
370
|
+
name: 'transfer_plugin-official',
|
|
371
371
|
description: 'Get official plugins from the store',
|
|
372
372
|
category: 'transfer',
|
|
373
373
|
version: '1.0.0',
|
|
@@ -40,7 +40,7 @@ function saveWorkflowStore(store) {
|
|
|
40
40
|
}
|
|
41
41
|
export const workflowTools = [
|
|
42
42
|
{
|
|
43
|
-
name: '
|
|
43
|
+
name: 'workflow_create',
|
|
44
44
|
description: 'Create a new workflow',
|
|
45
45
|
category: 'workflow',
|
|
46
46
|
inputSchema: {
|
|
@@ -96,7 +96,7 @@ export const workflowTools = [
|
|
|
96
96
|
},
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
|
-
name: '
|
|
99
|
+
name: 'workflow_execute',
|
|
100
100
|
description: 'Execute a workflow',
|
|
101
101
|
category: 'workflow',
|
|
102
102
|
inputSchema: {
|
|
@@ -153,7 +153,7 @@ export const workflowTools = [
|
|
|
153
153
|
},
|
|
154
154
|
},
|
|
155
155
|
{
|
|
156
|
-
name: '
|
|
156
|
+
name: 'workflow_status',
|
|
157
157
|
description: 'Get workflow status',
|
|
158
158
|
category: 'workflow',
|
|
159
159
|
inputSchema: {
|
|
@@ -205,7 +205,7 @@ export const workflowTools = [
|
|
|
205
205
|
},
|
|
206
206
|
},
|
|
207
207
|
{
|
|
208
|
-
name: '
|
|
208
|
+
name: 'workflow_list',
|
|
209
209
|
description: 'List all workflows',
|
|
210
210
|
category: 'workflow',
|
|
211
211
|
inputSchema: {
|
|
@@ -242,7 +242,7 @@ export const workflowTools = [
|
|
|
242
242
|
},
|
|
243
243
|
},
|
|
244
244
|
{
|
|
245
|
-
name: '
|
|
245
|
+
name: 'workflow_pause',
|
|
246
246
|
description: 'Pause a running workflow',
|
|
247
247
|
category: 'workflow',
|
|
248
248
|
inputSchema: {
|
|
@@ -273,7 +273,7 @@ export const workflowTools = [
|
|
|
273
273
|
},
|
|
274
274
|
},
|
|
275
275
|
{
|
|
276
|
-
name: '
|
|
276
|
+
name: 'workflow_resume',
|
|
277
277
|
description: 'Resume a paused workflow',
|
|
278
278
|
category: 'workflow',
|
|
279
279
|
inputSchema: {
|
|
@@ -320,7 +320,7 @@ export const workflowTools = [
|
|
|
320
320
|
},
|
|
321
321
|
},
|
|
322
322
|
{
|
|
323
|
-
name: '
|
|
323
|
+
name: 'workflow_cancel',
|
|
324
324
|
description: 'Cancel a workflow',
|
|
325
325
|
category: 'workflow',
|
|
326
326
|
inputSchema: {
|
|
@@ -359,7 +359,7 @@ export const workflowTools = [
|
|
|
359
359
|
},
|
|
360
360
|
},
|
|
361
361
|
{
|
|
362
|
-
name: '
|
|
362
|
+
name: 'workflow_delete',
|
|
363
363
|
description: 'Delete a workflow',
|
|
364
364
|
category: 'workflow',
|
|
365
365
|
inputSchema: {
|
|
@@ -389,7 +389,7 @@ export const workflowTools = [
|
|
|
389
389
|
},
|
|
390
390
|
},
|
|
391
391
|
{
|
|
392
|
-
name: '
|
|
392
|
+
name: 'workflow_template',
|
|
393
393
|
description: 'Save workflow as template or create from template',
|
|
394
394
|
category: 'workflow',
|
|
395
395
|
inputSchema: {
|