@mitralab.io/sdk-core 0.1.0 → 0.2.0-beta.0
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/CHANGELOG.md +51 -0
- package/README.md +203 -11
- package/contracts/README.md +40 -11
- package/contracts/manifest.json +10 -1
- package/contracts/v0.2.0-beta.0/mcp-alpha-tools.json +1409 -0
- package/contracts/v0.2.0-beta.0/mcp-tool-parity.json +818 -0
- package/contracts/v0.2.0-beta.0/sdk-parity.json +2563 -0
- package/dist/index.cjs +3467 -192
- package/dist/index.d.cts +1660 -12
- package/dist/index.d.ts +1660 -12
- package/dist/index.js +3439 -191
- package/package.json +7 -4
|
@@ -0,0 +1,818 @@
|
|
|
1
|
+
{
|
|
2
|
+
"contract": "MCP-TOOL-PARITY-001",
|
|
3
|
+
"version": "0.2.0-beta.0",
|
|
4
|
+
"source": {
|
|
5
|
+
"repository": "mitralab-dev/mitra-mcp-server",
|
|
6
|
+
"ref": "origin/alpha",
|
|
7
|
+
"commit": "4034ae9086d7599ff1767af0845803f616132b9d",
|
|
8
|
+
"snapshot": "mcp-alpha-tools.json",
|
|
9
|
+
"snapshotSha256": "f050db5487341b0e277db9af3b243760a4b96fe2330a92d0ffc7e6362a9d54fb"
|
|
10
|
+
},
|
|
11
|
+
"producers": {
|
|
12
|
+
"codeStudio": { "ref": "origin/alpha", "commit": "f4ab596c7bd730e415c6b00b63921ae274cc8e45" },
|
|
13
|
+
"copilot": { "ref": "origin/alpha", "commit": "cb3ea04e03ab0ea29f46388acff32d60fc018adb" },
|
|
14
|
+
"dataManager": { "ref": "origin/alpha", "commit": "50dac9514c6b79b0da34280955e4afeaa24f9f84" },
|
|
15
|
+
"functions": { "ref": "origin/alpha", "commit": "d9921f620afff62ea8a047d2f301b41c725b35cb" },
|
|
16
|
+
"iam": { "ref": "origin/alpha", "commit": "6337ced228bfd0c2244a23a09142a34ac7e87aad" },
|
|
17
|
+
"integration": { "ref": "origin/alpha", "commit": "cfd4b1ce6e36c07b88de7e67e0fa3b9adb9f158b" },
|
|
18
|
+
"messenger": { "ref": "origin/alpha", "commit": "4edc479c2917bcfe79765cd977bd37ff4f1f294b" }
|
|
19
|
+
},
|
|
20
|
+
"total": 120,
|
|
21
|
+
"classes": {
|
|
22
|
+
"AgentTools": 3,
|
|
23
|
+
"AgentManagementTools": 3,
|
|
24
|
+
"AppContextTools": 1,
|
|
25
|
+
"CodeStudioTools": 16,
|
|
26
|
+
"DataManagerCustomQueryTools": 6,
|
|
27
|
+
"DataManagerDataSourceTools": 8,
|
|
28
|
+
"DataManagerImportTools": 8,
|
|
29
|
+
"DataManagerQueryTools": 5,
|
|
30
|
+
"DataManagerRecordTools": 7,
|
|
31
|
+
"DataManagerSchemaTools": 8,
|
|
32
|
+
"FunctionTools": 17,
|
|
33
|
+
"AppUserTools": 5,
|
|
34
|
+
"IamTools": 2,
|
|
35
|
+
"IntegrationProxyTools": 11,
|
|
36
|
+
"IntegrationResourceTools": 6,
|
|
37
|
+
"IntegrationTemplateTools": 4,
|
|
38
|
+
"MessengerTools": 1,
|
|
39
|
+
"WorkflowTools": 9
|
|
40
|
+
},
|
|
41
|
+
"tools": [
|
|
42
|
+
{
|
|
43
|
+
"class": "AgentTools",
|
|
44
|
+
"tool": "listServerFunctions",
|
|
45
|
+
"sdk": "agents.get + functionsAdmin.get",
|
|
46
|
+
"kind": "composition"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"class": "AgentTools",
|
|
50
|
+
"tool": "executeServerFunction",
|
|
51
|
+
"sdk": "functions.execute",
|
|
52
|
+
"kind": "alias"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"class": "AgentTools",
|
|
56
|
+
"tool": "getServerFunctionExecution",
|
|
57
|
+
"sdk": "functions.getExecution",
|
|
58
|
+
"kind": "alias"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"class": "AgentManagementTools",
|
|
62
|
+
"tool": "manageAgents",
|
|
63
|
+
"sdk": "agents.list|get|create|update|delete|bulkCreate|bulkUpdate|bulkDelete|listModels",
|
|
64
|
+
"kind": "split"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"class": "AgentManagementTools",
|
|
68
|
+
"tool": "manageConnections",
|
|
69
|
+
"sdk": "agentConnections.list|get|create|bulkCreate|delete|saveApiKey|disconnectProvider|startOAuth|exchangeOAuth|startDeviceAuthorization|pollDeviceAuthorization",
|
|
70
|
+
"kind": "split"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"class": "AgentManagementTools",
|
|
74
|
+
"tool": "agentThreads",
|
|
75
|
+
"sdk": "agentTasks.list|get|create|rename|archive|sendInput|listMessages",
|
|
76
|
+
"kind": "split"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"class": "AppContextTools",
|
|
80
|
+
"tool": "getAppContext",
|
|
81
|
+
"sdk": "context.getAppContext",
|
|
82
|
+
"kind": "composition"
|
|
83
|
+
},
|
|
84
|
+
|
|
85
|
+
{ "class": "CodeStudioTools", "tool": "listApps", "sdk": "apps.list", "kind": "direct" },
|
|
86
|
+
{ "class": "CodeStudioTools", "tool": "getApp", "sdk": "apps.get", "kind": "direct" },
|
|
87
|
+
{ "class": "CodeStudioTools", "tool": "createApp", "sdk": "apps.create", "kind": "direct" },
|
|
88
|
+
{ "class": "CodeStudioTools", "tool": "deleteApp", "sdk": "apps.delete", "kind": "direct" },
|
|
89
|
+
{ "class": "CodeStudioTools", "tool": "updateApp", "sdk": "apps.update", "kind": "direct" },
|
|
90
|
+
{ "class": "CodeStudioTools", "tool": "getAppFiles", "sdk": "apps.getFiles", "kind": "direct" },
|
|
91
|
+
{
|
|
92
|
+
"class": "CodeStudioTools",
|
|
93
|
+
"tool": "replaceAppFiles",
|
|
94
|
+
"sdk": "apps.replaceFiles",
|
|
95
|
+
"kind": "direct"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"class": "CodeStudioTools",
|
|
99
|
+
"tool": "mergeAppFiles",
|
|
100
|
+
"sdk": "apps.mergeFiles",
|
|
101
|
+
"kind": "direct"
|
|
102
|
+
},
|
|
103
|
+
{ "class": "CodeStudioTools", "tool": "buildApp", "sdk": "apps.build", "kind": "direct" },
|
|
104
|
+
{ "class": "CodeStudioTools", "tool": "publishApp", "sdk": "apps.publish", "kind": "direct" },
|
|
105
|
+
{
|
|
106
|
+
"class": "CodeStudioTools",
|
|
107
|
+
"tool": "getAppDeploy",
|
|
108
|
+
"sdk": "apps.getDeploy",
|
|
109
|
+
"kind": "direct"
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"class": "CodeStudioTools",
|
|
113
|
+
"tool": "getDeployStatus",
|
|
114
|
+
"sdk": "apps.getCurrentDeploy",
|
|
115
|
+
"kind": "direct"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"class": "CodeStudioTools",
|
|
119
|
+
"tool": "cancelAppBuild",
|
|
120
|
+
"sdk": "apps.cancelBuild",
|
|
121
|
+
"kind": "direct"
|
|
122
|
+
},
|
|
123
|
+
{ "class": "CodeStudioTools", "tool": "rollbackApp", "sdk": "apps.rollback", "kind": "direct" },
|
|
124
|
+
{
|
|
125
|
+
"class": "CodeStudioTools",
|
|
126
|
+
"tool": "listDeploys",
|
|
127
|
+
"sdk": "apps.listDeploys",
|
|
128
|
+
"kind": "direct"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"class": "CodeStudioTools",
|
|
132
|
+
"tool": "listAppVersions",
|
|
133
|
+
"sdk": "apps.listVersions",
|
|
134
|
+
"kind": "direct"
|
|
135
|
+
},
|
|
136
|
+
|
|
137
|
+
{
|
|
138
|
+
"class": "DataManagerCustomQueryTools",
|
|
139
|
+
"tool": "listCustomQueries",
|
|
140
|
+
"sdk": "customQueries.list",
|
|
141
|
+
"kind": "direct"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"class": "DataManagerCustomQueryTools",
|
|
145
|
+
"tool": "getCustomQuery",
|
|
146
|
+
"sdk": "customQueries.get",
|
|
147
|
+
"kind": "direct"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"class": "DataManagerCustomQueryTools",
|
|
151
|
+
"tool": "createCustomQuery",
|
|
152
|
+
"sdk": "customQueries.create",
|
|
153
|
+
"kind": "direct"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"class": "DataManagerCustomQueryTools",
|
|
157
|
+
"tool": "updateCustomQuery",
|
|
158
|
+
"sdk": "customQueries.update",
|
|
159
|
+
"kind": "direct"
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"class": "DataManagerCustomQueryTools",
|
|
163
|
+
"tool": "deleteCustomQuery",
|
|
164
|
+
"sdk": "customQueries.delete",
|
|
165
|
+
"kind": "direct"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"class": "DataManagerCustomQueryTools",
|
|
169
|
+
"tool": "executeCustomQuery",
|
|
170
|
+
"sdk": "customQueries.execute",
|
|
171
|
+
"kind": "direct"
|
|
172
|
+
},
|
|
173
|
+
|
|
174
|
+
{
|
|
175
|
+
"class": "DataManagerDataSourceTools",
|
|
176
|
+
"tool": "listDataSources",
|
|
177
|
+
"sdk": "dataSources.list",
|
|
178
|
+
"kind": "direct"
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"class": "DataManagerDataSourceTools",
|
|
182
|
+
"tool": "getDataSource",
|
|
183
|
+
"sdk": "dataSources.get",
|
|
184
|
+
"kind": "direct"
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"class": "DataManagerDataSourceTools",
|
|
188
|
+
"tool": "createDataSource",
|
|
189
|
+
"sdk": "dataSources.create",
|
|
190
|
+
"kind": "direct"
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"class": "DataManagerDataSourceTools",
|
|
194
|
+
"tool": "updateDataSource",
|
|
195
|
+
"sdk": "dataSources.update",
|
|
196
|
+
"kind": "direct"
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"class": "DataManagerDataSourceTools",
|
|
200
|
+
"tool": "deleteDataSource",
|
|
201
|
+
"sdk": "dataSources.delete",
|
|
202
|
+
"kind": "direct"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"class": "DataManagerDataSourceTools",
|
|
206
|
+
"tool": "bulkCreateDataSources",
|
|
207
|
+
"sdk": "dataSources.bulkCreate",
|
|
208
|
+
"kind": "composition"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"class": "DataManagerDataSourceTools",
|
|
212
|
+
"tool": "bulkUpdateDataSources",
|
|
213
|
+
"sdk": "dataSources.bulkUpdate",
|
|
214
|
+
"kind": "composition"
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"class": "DataManagerDataSourceTools",
|
|
218
|
+
"tool": "bulkDeleteDataSources",
|
|
219
|
+
"sdk": "dataSources.bulkDelete",
|
|
220
|
+
"kind": "composition"
|
|
221
|
+
},
|
|
222
|
+
|
|
223
|
+
{
|
|
224
|
+
"class": "DataManagerImportTools",
|
|
225
|
+
"tool": "listImports",
|
|
226
|
+
"sdk": "imports.list",
|
|
227
|
+
"kind": "direct"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"class": "DataManagerImportTools",
|
|
231
|
+
"tool": "getImport",
|
|
232
|
+
"sdk": "imports.get",
|
|
233
|
+
"kind": "direct"
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"class": "DataManagerImportTools",
|
|
237
|
+
"tool": "createImport",
|
|
238
|
+
"sdk": "imports.create",
|
|
239
|
+
"kind": "direct"
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"class": "DataManagerImportTools",
|
|
243
|
+
"tool": "updateImport",
|
|
244
|
+
"sdk": "imports.update",
|
|
245
|
+
"kind": "direct"
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"class": "DataManagerImportTools",
|
|
249
|
+
"tool": "deleteImport",
|
|
250
|
+
"sdk": "imports.delete",
|
|
251
|
+
"kind": "direct"
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"class": "DataManagerImportTools",
|
|
255
|
+
"tool": "executeImport",
|
|
256
|
+
"sdk": "imports.execute",
|
|
257
|
+
"kind": "direct"
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"class": "DataManagerImportTools",
|
|
261
|
+
"tool": "listImportExecutions",
|
|
262
|
+
"sdk": "imports.listExecutions",
|
|
263
|
+
"kind": "direct"
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"class": "DataManagerImportTools",
|
|
267
|
+
"tool": "cancelImportExecution",
|
|
268
|
+
"sdk": "imports.cancelExecution",
|
|
269
|
+
"kind": "direct"
|
|
270
|
+
},
|
|
271
|
+
|
|
272
|
+
{
|
|
273
|
+
"class": "DataManagerQueryTools",
|
|
274
|
+
"tool": "executeQuery",
|
|
275
|
+
"sdk": "sql.executeQuery",
|
|
276
|
+
"kind": "direct"
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"class": "DataManagerQueryTools",
|
|
280
|
+
"tool": "executeDml",
|
|
281
|
+
"sdk": "sql.executeDml",
|
|
282
|
+
"kind": "alias"
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"class": "DataManagerQueryTools",
|
|
286
|
+
"tool": "executeDmlBatch",
|
|
287
|
+
"sdk": "sql.executeDml",
|
|
288
|
+
"kind": "direct"
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"class": "DataManagerQueryTools",
|
|
292
|
+
"tool": "executeDdl",
|
|
293
|
+
"sdk": "sql.executeDdl",
|
|
294
|
+
"kind": "alias"
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"class": "DataManagerQueryTools",
|
|
298
|
+
"tool": "executeDdlBatch",
|
|
299
|
+
"sdk": "sql.executeDdl",
|
|
300
|
+
"kind": "direct"
|
|
301
|
+
},
|
|
302
|
+
|
|
303
|
+
{
|
|
304
|
+
"class": "DataManagerRecordTools",
|
|
305
|
+
"tool": "listRecords",
|
|
306
|
+
"sdk": "entities.getTable(name).list|filter",
|
|
307
|
+
"kind": "split"
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"class": "DataManagerRecordTools",
|
|
311
|
+
"tool": "getRecord",
|
|
312
|
+
"sdk": "entities.getTable(name).get",
|
|
313
|
+
"kind": "direct"
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
"class": "DataManagerRecordTools",
|
|
317
|
+
"tool": "createRecord",
|
|
318
|
+
"sdk": "entities.getTable(name).create",
|
|
319
|
+
"kind": "direct"
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"class": "DataManagerRecordTools",
|
|
323
|
+
"tool": "bulkCreateRecords",
|
|
324
|
+
"sdk": "entities.getTable(name).bulkCreate",
|
|
325
|
+
"kind": "direct"
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"class": "DataManagerRecordTools",
|
|
329
|
+
"tool": "updateRecord",
|
|
330
|
+
"sdk": "entities.getTable(name).update",
|
|
331
|
+
"kind": "direct"
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"class": "DataManagerRecordTools",
|
|
335
|
+
"tool": "deleteRecord",
|
|
336
|
+
"sdk": "entities.getTable(name).delete",
|
|
337
|
+
"kind": "direct"
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"class": "DataManagerRecordTools",
|
|
341
|
+
"tool": "deleteManyRecords",
|
|
342
|
+
"sdk": "entities.getTable(name).deleteMany",
|
|
343
|
+
"kind": "direct"
|
|
344
|
+
},
|
|
345
|
+
|
|
346
|
+
{
|
|
347
|
+
"class": "DataManagerSchemaTools",
|
|
348
|
+
"tool": "createDatabaseTable",
|
|
349
|
+
"sdk": "schema.createTable",
|
|
350
|
+
"kind": "direct"
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"class": "DataManagerSchemaTools",
|
|
354
|
+
"tool": "listTables",
|
|
355
|
+
"sdk": "schema.listTables",
|
|
356
|
+
"kind": "direct"
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"class": "DataManagerSchemaTools",
|
|
360
|
+
"tool": "listAppTables",
|
|
361
|
+
"sdk": "schema.listAppTables",
|
|
362
|
+
"kind": "alias"
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"class": "DataManagerSchemaTools",
|
|
366
|
+
"tool": "getTableDetails",
|
|
367
|
+
"sdk": "schema.getTable",
|
|
368
|
+
"kind": "direct"
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"class": "DataManagerSchemaTools",
|
|
372
|
+
"tool": "dropTable",
|
|
373
|
+
"sdk": "schema.dropTable",
|
|
374
|
+
"kind": "direct"
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
"class": "DataManagerSchemaTools",
|
|
378
|
+
"tool": "truncateTable",
|
|
379
|
+
"sdk": "schema.truncateTable",
|
|
380
|
+
"kind": "direct"
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"class": "DataManagerSchemaTools",
|
|
384
|
+
"tool": "addColumn",
|
|
385
|
+
"sdk": "schema.addColumn",
|
|
386
|
+
"kind": "direct"
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"class": "DataManagerSchemaTools",
|
|
390
|
+
"tool": "dropColumn",
|
|
391
|
+
"sdk": "schema.dropColumn",
|
|
392
|
+
"kind": "direct"
|
|
393
|
+
},
|
|
394
|
+
|
|
395
|
+
{
|
|
396
|
+
"class": "FunctionTools",
|
|
397
|
+
"tool": "listFunctions",
|
|
398
|
+
"sdk": "functionsAdmin.list",
|
|
399
|
+
"kind": "direct"
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"class": "FunctionTools",
|
|
403
|
+
"tool": "getFunction",
|
|
404
|
+
"sdk": "functionsAdmin.get",
|
|
405
|
+
"kind": "direct"
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
"class": "FunctionTools",
|
|
409
|
+
"tool": "createFunction",
|
|
410
|
+
"sdk": "functionsAdmin.create",
|
|
411
|
+
"kind": "direct"
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"class": "FunctionTools",
|
|
415
|
+
"tool": "updateFunction",
|
|
416
|
+
"sdk": "functionsAdmin.patch",
|
|
417
|
+
"kind": "direct"
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"class": "FunctionTools",
|
|
421
|
+
"tool": "deleteFunction",
|
|
422
|
+
"sdk": "functionsAdmin.delete",
|
|
423
|
+
"kind": "direct"
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"class": "FunctionTools",
|
|
427
|
+
"tool": "bulkCreateFunctions",
|
|
428
|
+
"sdk": "functionsAdmin.bulkCreate",
|
|
429
|
+
"kind": "direct"
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"class": "FunctionTools",
|
|
433
|
+
"tool": "bulkUpdateFunctions",
|
|
434
|
+
"sdk": "functionsAdmin.bulkPatch",
|
|
435
|
+
"kind": "direct"
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"class": "FunctionTools",
|
|
439
|
+
"tool": "bulkDeleteFunctions",
|
|
440
|
+
"sdk": "functionsAdmin.bulkDelete",
|
|
441
|
+
"kind": "direct"
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"class": "FunctionTools",
|
|
445
|
+
"tool": "publishFunction",
|
|
446
|
+
"sdk": "functionsAdmin.publish",
|
|
447
|
+
"kind": "direct"
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"class": "FunctionTools",
|
|
451
|
+
"tool": "rollbackFunction",
|
|
452
|
+
"sdk": "functionsAdmin.rollback",
|
|
453
|
+
"kind": "direct"
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
"class": "FunctionTools",
|
|
457
|
+
"tool": "listFunctionVersions",
|
|
458
|
+
"sdk": "functionsAdmin.listVersions",
|
|
459
|
+
"kind": "direct"
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"class": "FunctionTools",
|
|
463
|
+
"tool": "executeFunction",
|
|
464
|
+
"sdk": "functions.execute",
|
|
465
|
+
"kind": "direct"
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
"class": "FunctionTools",
|
|
469
|
+
"tool": "getExecution",
|
|
470
|
+
"sdk": "functionsAdmin.getExecution",
|
|
471
|
+
"kind": "direct"
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
"class": "FunctionTools",
|
|
475
|
+
"tool": "listExecutions",
|
|
476
|
+
"sdk": "functionsAdmin.listExecutions",
|
|
477
|
+
"kind": "direct"
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"class": "FunctionTools",
|
|
481
|
+
"tool": "listSecrets",
|
|
482
|
+
"sdk": "functionsAdmin.listSecrets",
|
|
483
|
+
"kind": "direct"
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
"class": "FunctionTools",
|
|
487
|
+
"tool": "createSecret",
|
|
488
|
+
"sdk": "functionsAdmin.createSecret",
|
|
489
|
+
"kind": "direct"
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
"class": "FunctionTools",
|
|
493
|
+
"tool": "deleteSecret",
|
|
494
|
+
"sdk": "functionsAdmin.deleteSecret",
|
|
495
|
+
"kind": "direct"
|
|
496
|
+
},
|
|
497
|
+
|
|
498
|
+
{ "class": "AppUserTools", "tool": "listAppUsers", "sdk": "members.list", "kind": "direct" },
|
|
499
|
+
{
|
|
500
|
+
"class": "AppUserTools",
|
|
501
|
+
"tool": "inviteAppUser",
|
|
502
|
+
"sdk": "members.invite",
|
|
503
|
+
"kind": "direct"
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
"class": "AppUserTools",
|
|
507
|
+
"tool": "unsubscribeAppUser",
|
|
508
|
+
"sdk": "members.unsubscribe",
|
|
509
|
+
"kind": "direct"
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
"class": "AppUserTools",
|
|
513
|
+
"tool": "bulkInviteAppUsers",
|
|
514
|
+
"sdk": "members.bulkInvite",
|
|
515
|
+
"kind": "direct"
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
"class": "AppUserTools",
|
|
519
|
+
"tool": "bulkUnsubscribeAppUsers",
|
|
520
|
+
"sdk": "members.bulkUnsubscribe",
|
|
521
|
+
"kind": "direct"
|
|
522
|
+
},
|
|
523
|
+
{ "class": "IamTools", "tool": "getMe", "sdk": "auth.me", "kind": "direct" },
|
|
524
|
+
{ "class": "IamTools", "tool": "listUserPlans", "sdk": "auth.listUserPlans", "kind": "direct" },
|
|
525
|
+
|
|
526
|
+
{
|
|
527
|
+
"class": "IntegrationProxyTools",
|
|
528
|
+
"tool": "createIntegrationConfig",
|
|
529
|
+
"sdk": "integrationAdmin.create",
|
|
530
|
+
"kind": "direct"
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
"class": "IntegrationProxyTools",
|
|
534
|
+
"tool": "updateIntegrationConfig",
|
|
535
|
+
"sdk": "integrationAdmin.update",
|
|
536
|
+
"kind": "direct"
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"class": "IntegrationProxyTools",
|
|
540
|
+
"tool": "deleteIntegrationConfig",
|
|
541
|
+
"sdk": "integrationAdmin.delete",
|
|
542
|
+
"kind": "direct"
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"class": "IntegrationProxyTools",
|
|
546
|
+
"tool": "bulkCreateIntegrationConfigs",
|
|
547
|
+
"sdk": "integrationAdmin.bulkCreate",
|
|
548
|
+
"kind": "direct"
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
"class": "IntegrationProxyTools",
|
|
552
|
+
"tool": "bulkUpdateIntegrationConfigs",
|
|
553
|
+
"sdk": "integrationAdmin.bulkUpdate",
|
|
554
|
+
"kind": "direct"
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
"class": "IntegrationProxyTools",
|
|
558
|
+
"tool": "bulkDeleteIntegrationConfigs",
|
|
559
|
+
"sdk": "integrationAdmin.bulkDelete",
|
|
560
|
+
"kind": "direct"
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"class": "IntegrationProxyTools",
|
|
564
|
+
"tool": "testIntegrationCredentials",
|
|
565
|
+
"sdk": "integrationAdmin.testCredentials",
|
|
566
|
+
"kind": "direct"
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
"class": "IntegrationProxyTools",
|
|
570
|
+
"tool": "testIntegrationConfig",
|
|
571
|
+
"sdk": "integrationAdmin.testConfig",
|
|
572
|
+
"kind": "direct"
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
"class": "IntegrationProxyTools",
|
|
576
|
+
"tool": "executeIntegrationTemplateConfig",
|
|
577
|
+
"sdk": "integration.execute",
|
|
578
|
+
"kind": "direct"
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"class": "IntegrationProxyTools",
|
|
582
|
+
"tool": "listIntegrationExecutions",
|
|
583
|
+
"sdk": "integrationAdmin.listExecutions",
|
|
584
|
+
"kind": "direct"
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"class": "IntegrationProxyTools",
|
|
588
|
+
"tool": "getIntegrationExecution",
|
|
589
|
+
"sdk": "integrationAdmin.getExecution",
|
|
590
|
+
"kind": "direct"
|
|
591
|
+
},
|
|
592
|
+
|
|
593
|
+
{
|
|
594
|
+
"class": "IntegrationResourceTools",
|
|
595
|
+
"tool": "listIntegrationResources",
|
|
596
|
+
"sdk": "integrationResources.list",
|
|
597
|
+
"kind": "direct"
|
|
598
|
+
},
|
|
599
|
+
{
|
|
600
|
+
"class": "IntegrationResourceTools",
|
|
601
|
+
"tool": "getIntegrationResource",
|
|
602
|
+
"sdk": "integrationResources.get",
|
|
603
|
+
"kind": "direct"
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
"class": "IntegrationResourceTools",
|
|
607
|
+
"tool": "createIntegrationResource",
|
|
608
|
+
"sdk": "integrationResources.create",
|
|
609
|
+
"kind": "direct"
|
|
610
|
+
},
|
|
611
|
+
{
|
|
612
|
+
"class": "IntegrationResourceTools",
|
|
613
|
+
"tool": "updateIntegrationResource",
|
|
614
|
+
"sdk": "integrationResources.update",
|
|
615
|
+
"kind": "direct"
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
"class": "IntegrationResourceTools",
|
|
619
|
+
"tool": "deleteIntegrationResource",
|
|
620
|
+
"sdk": "integrationResources.delete",
|
|
621
|
+
"kind": "direct"
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
"class": "IntegrationResourceTools",
|
|
625
|
+
"tool": "executeIntegrationResource",
|
|
626
|
+
"sdk": "integration.executeResource",
|
|
627
|
+
"kind": "direct"
|
|
628
|
+
},
|
|
629
|
+
|
|
630
|
+
{
|
|
631
|
+
"class": "IntegrationTemplateTools",
|
|
632
|
+
"tool": "listIntegrationTemplates",
|
|
633
|
+
"sdk": "integrationTemplates.list",
|
|
634
|
+
"kind": "direct"
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
"class": "IntegrationTemplateTools",
|
|
638
|
+
"tool": "getIntegrationTemplate",
|
|
639
|
+
"sdk": "integrationTemplates.get",
|
|
640
|
+
"kind": "direct"
|
|
641
|
+
},
|
|
642
|
+
{
|
|
643
|
+
"class": "IntegrationTemplateTools",
|
|
644
|
+
"tool": "listIntegrationConfigs",
|
|
645
|
+
"sdk": "integrationTemplates.listConfigs",
|
|
646
|
+
"kind": "direct"
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
"class": "IntegrationTemplateTools",
|
|
650
|
+
"tool": "getIntegrationConfig",
|
|
651
|
+
"sdk": "integrationTemplates.getConfig",
|
|
652
|
+
"kind": "direct"
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
"class": "MessengerTools",
|
|
656
|
+
"tool": "notifyUser",
|
|
657
|
+
"sdk": "messenger.notify",
|
|
658
|
+
"kind": "direct"
|
|
659
|
+
},
|
|
660
|
+
|
|
661
|
+
{
|
|
662
|
+
"class": "WorkflowTools",
|
|
663
|
+
"tool": "listWorkflows",
|
|
664
|
+
"sdk": "workflows.list",
|
|
665
|
+
"kind": "direct"
|
|
666
|
+
},
|
|
667
|
+
{ "class": "WorkflowTools", "tool": "getWorkflow", "sdk": "workflows.get", "kind": "direct" },
|
|
668
|
+
{
|
|
669
|
+
"class": "WorkflowTools",
|
|
670
|
+
"tool": "createWorkflow",
|
|
671
|
+
"sdk": "workflows.create",
|
|
672
|
+
"kind": "direct"
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
"class": "WorkflowTools",
|
|
676
|
+
"tool": "updateWorkflow",
|
|
677
|
+
"sdk": "workflows.update",
|
|
678
|
+
"kind": "direct"
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
"class": "WorkflowTools",
|
|
682
|
+
"tool": "deleteWorkflow",
|
|
683
|
+
"sdk": "workflows.delete",
|
|
684
|
+
"kind": "direct"
|
|
685
|
+
},
|
|
686
|
+
{
|
|
687
|
+
"class": "WorkflowTools",
|
|
688
|
+
"tool": "executeWorkflow",
|
|
689
|
+
"sdk": "workflows.execute",
|
|
690
|
+
"kind": "direct"
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
"class": "WorkflowTools",
|
|
694
|
+
"tool": "listWorkflowExecutions",
|
|
695
|
+
"sdk": "workflows.listExecutions",
|
|
696
|
+
"kind": "direct"
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
"class": "WorkflowTools",
|
|
700
|
+
"tool": "getWorkflowExecution",
|
|
701
|
+
"sdk": "workflows.getExecution",
|
|
702
|
+
"kind": "direct"
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
"class": "WorkflowTools",
|
|
706
|
+
"tool": "cancelWorkflowExecution",
|
|
707
|
+
"sdk": "workflows.cancelExecution",
|
|
708
|
+
"kind": "direct"
|
|
709
|
+
}
|
|
710
|
+
],
|
|
711
|
+
"verifiedContracts": [
|
|
712
|
+
{
|
|
713
|
+
"class": "IntegrationResourceTools",
|
|
714
|
+
"tool": "listIntegrationResources",
|
|
715
|
+
"module": "integrationResources",
|
|
716
|
+
"sdkMethod": "list",
|
|
717
|
+
"httpMethod": "GET",
|
|
718
|
+
"path": "/api/v1/integration-resources",
|
|
719
|
+
"body": null,
|
|
720
|
+
"response": "Page<IntegrationResourceSummary>",
|
|
721
|
+
"source": "mitra-integration:src/main/java/io/mitralab/integration/infrastructure/api/ResourceController.java"
|
|
722
|
+
},
|
|
723
|
+
{
|
|
724
|
+
"class": "IntegrationResourceTools",
|
|
725
|
+
"tool": "getIntegrationResource",
|
|
726
|
+
"module": "integrationResources",
|
|
727
|
+
"sdkMethod": "get",
|
|
728
|
+
"httpMethod": "GET",
|
|
729
|
+
"path": "/api/v1/integration-resources/resource%2F1",
|
|
730
|
+
"body": null,
|
|
731
|
+
"response": "IntegrationResource",
|
|
732
|
+
"source": "mitra-integration:src/main/java/io/mitralab/integration/infrastructure/api/ResourceController.java"
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
"class": "IntegrationResourceTools",
|
|
736
|
+
"tool": "createIntegrationResource",
|
|
737
|
+
"module": "integrationResources",
|
|
738
|
+
"sdkMethod": "create",
|
|
739
|
+
"httpMethod": "POST",
|
|
740
|
+
"path": "/api/v1/integration-resources",
|
|
741
|
+
"body": "IntegrationResourceInput",
|
|
742
|
+
"response": "IntegrationResource",
|
|
743
|
+
"source": "mitra-integration:src/main/java/io/mitralab/integration/infrastructure/api/ResourceController.java"
|
|
744
|
+
},
|
|
745
|
+
{
|
|
746
|
+
"class": "IntegrationResourceTools",
|
|
747
|
+
"tool": "updateIntegrationResource",
|
|
748
|
+
"module": "integrationResources",
|
|
749
|
+
"sdkMethod": "update",
|
|
750
|
+
"httpMethod": "PUT",
|
|
751
|
+
"path": "/api/v1/integration-resources/resource%2F1",
|
|
752
|
+
"body": "IntegrationResourceUpdateInput",
|
|
753
|
+
"response": "IntegrationResource",
|
|
754
|
+
"source": "mitra-integration:src/main/java/io/mitralab/integration/infrastructure/api/ResourceController.java"
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
"class": "IntegrationResourceTools",
|
|
758
|
+
"tool": "deleteIntegrationResource",
|
|
759
|
+
"module": "integrationResources",
|
|
760
|
+
"sdkMethod": "delete",
|
|
761
|
+
"httpMethod": "DELETE",
|
|
762
|
+
"path": "/api/v1/integration-resources/resource%2F1",
|
|
763
|
+
"body": null,
|
|
764
|
+
"response": "void",
|
|
765
|
+
"source": "mitra-integration:src/main/java/io/mitralab/integration/infrastructure/api/ResourceController.java"
|
|
766
|
+
},
|
|
767
|
+
{
|
|
768
|
+
"class": "FunctionTools",
|
|
769
|
+
"tool": "updateFunction",
|
|
770
|
+
"module": "functionsAdmin",
|
|
771
|
+
"sdkMethod": "patch",
|
|
772
|
+
"httpMethod": "PATCH",
|
|
773
|
+
"path": "/api/v1/functions/function%2F1",
|
|
774
|
+
"body": "FunctionPatchInput",
|
|
775
|
+
"response": "FunctionDefinition",
|
|
776
|
+
"source": "mitra-functions:src/main/java/io/mitralab/functions/infrastructure/api/FunctionController.java#patch"
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
"class": "FunctionTools",
|
|
780
|
+
"tool": "bulkUpdateFunctions",
|
|
781
|
+
"module": "functionsAdmin",
|
|
782
|
+
"sdkMethod": "bulkPatch",
|
|
783
|
+
"httpMethod": "PATCH",
|
|
784
|
+
"path": "/api/v1/functions/bulk",
|
|
785
|
+
"body": "FunctionBulkPatchItem[]",
|
|
786
|
+
"response": "FunctionDefinition[]",
|
|
787
|
+
"source": "mitra-mcp-server:src/main/java/io/mitralab/mcp/tools/functions/FunctionTools.java#bulkUpdateFunctions; mitra-functions:src/main/java/io/mitralab/functions/infrastructure/api/FunctionController.java#bulkPatch"
|
|
788
|
+
},
|
|
789
|
+
{
|
|
790
|
+
"class": "FunctionTools",
|
|
791
|
+
"tool": "getExecution",
|
|
792
|
+
"module": "functionsAdmin",
|
|
793
|
+
"sdkMethod": "getExecution",
|
|
794
|
+
"httpMethod": "GET",
|
|
795
|
+
"path": "/api/v1/functions/function%2F1/executions/execution%2F1",
|
|
796
|
+
"body": null,
|
|
797
|
+
"response": "FunctionExecution",
|
|
798
|
+
"source": "mitra-mcp-server:src/main/java/io/mitralab/mcp/tools/functions/FunctionTools.java#getExecution; mitra-functions:src/main/java/io/mitralab/functions/infrastructure/api/FunctionExecutionController.java#getById"
|
|
799
|
+
}
|
|
800
|
+
],
|
|
801
|
+
"sdkOnly": [
|
|
802
|
+
"publicFunctions.execute",
|
|
803
|
+
"publicFunctions.executeAsync",
|
|
804
|
+
"functions.executeAsync",
|
|
805
|
+
"functions.cancelExecution",
|
|
806
|
+
"functionsAdmin.bulkUpdate"
|
|
807
|
+
],
|
|
808
|
+
"excluded": [
|
|
809
|
+
{
|
|
810
|
+
"capability": "Git credentials",
|
|
811
|
+
"reason": "Internal Sandbox endpoint and not an alpha MCP tool."
|
|
812
|
+
},
|
|
813
|
+
{
|
|
814
|
+
"capability": "Deprecated Functions bridge",
|
|
815
|
+
"reason": "Owned by functions-sdk, outside sdk-core."
|
|
816
|
+
}
|
|
817
|
+
]
|
|
818
|
+
}
|