@camunda/connectors-element-templates 1.0.16 → 1.0.17
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/package.json +1 -1
- package/src/connectors.js +2 -0
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +1 -0
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +3 -2
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +3 -2
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +3 -2
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +3 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +30 -30
- package/src/element-templates/agenticai-aiagent-job-worker.json +163 -163
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +2144 -2144
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +467 -466
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +482 -481
- package/src/element-templates/automation-anywhere-outbound-connector.json +613 -613
- package/src/element-templates/aws-bedrock-outbound-connector.json +74 -74
- package/src/element-templates/aws-dynamodb-outbound-connector.json +80 -80
- package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +22 -22
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-start-event.json +26 -26
- package/src/element-templates/aws-eventbridge-outbound-connector.json +188 -188
- package/src/element-templates/aws-lambda-outbound-connector.json +238 -238
- package/src/element-templates/aws-sns-inbound-boundary.json +193 -193
- package/src/element-templates/aws-sns-inbound-intermediate.json +332 -332
- package/src/element-templates/aws-sns-inbound-message-start.json +110 -110
- package/src/element-templates/aws-sns-outbound-connector.json +741 -741
- package/src/element-templates/aws-sqs-boundary-connector.json +232 -232
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +493 -493
- package/src/element-templates/aws-sqs-outbound-connector.json +753 -753
- package/src/element-templates/aws-sqs-start-event-connector.json +483 -483
- package/src/element-templates/aws-sqs-start-message.json +438 -438
- package/src/element-templates/aws-textract-outbound-connector.json +123 -123
- package/src/element-templates/azure-open-ai-connector.json +32 -32
- package/src/element-templates/blue-prism-connector.json +6 -6
- package/src/element-templates/easy-post-connector.json +114 -114
- package/src/element-templates/email-inbound-connector-boundary.json +19 -19
- package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
- package/src/element-templates/email-message-start-event-connector.json +32 -32
- package/src/element-templates/email-outbound-connector.json +233 -233
- package/src/element-templates/github-connector.json +11435 -7908
- package/src/element-templates/github-webhook-connector-boundary.json +16 -16
- package/src/element-templates/github-webhook-connector-intermediate.json +25 -25
- package/src/element-templates/github-webhook-connector-start-event.json +64 -64
- package/src/element-templates/gitlab-connector.json +3394 -3394
- package/src/element-templates/google-drive-outbound-connector.json +420 -420
- package/src/element-templates/google-maps-platform-connector.json +14 -14
- package/src/element-templates/google-sheets-outbound-connector.json +1055 -1055
- package/src/element-templates/graphql-outbound-connector.json +1341 -763
- package/src/element-templates/http-connector.json.json +654 -0
- package/src/element-templates/http-json-connector.json +1489 -1475
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +801 -136
- package/src/element-templates/http-polling-connector.json +1604 -939
- package/src/element-templates/hugging-face-connector.json +196 -0
- package/src/element-templates/kafka-inbound-connector-boundary.json +483 -483
- package/src/element-templates/kafka-inbound-connector-intermediate.json +466 -466
- package/src/element-templates/kafka-inbound-connector-start-message.json +529 -529
- package/src/element-templates/kafka-outbound-connector.json +360 -360
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +147 -7
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +147 -7
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +160 -20
- package/src/element-templates/microsoft-teams-outbound-connector.json +1892 -47
- package/src/element-templates/openai-connector.json +83 -83
- package/src/element-templates/operate-connector.json +21 -21
- package/src/element-templates/power-automate-connector.json +4 -4
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +422 -422
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +338 -338
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +463 -463
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +360 -360
- package/src/element-templates/rabbitmq-outbound-connector.json +354 -354
- package/src/element-templates/salesforce-connector.json +38 -38
- package/src/element-templates/sendgrid-outbound-connector.json +354 -354
- package/src/element-templates/slack-inbound-boundary.json +253 -253
- package/src/element-templates/slack-inbound-message-start.json +321 -321
- package/src/element-templates/slack-inbound-start-event.json +327 -327
- package/src/element-templates/slack-outbound-connector.json +1203 -507
- package/src/element-templates/twilio-connector.json +65 -65
- package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
- package/src/element-templates/twilio-webhook-intermediate-connector.json +25 -25
- package/src/element-templates/uipath-connector.json +10 -10
- package/src/element-templates/webhook-connector-boundary.json +1192 -547
- package/src/element-templates/webhook-connector-intermediate.json +1258 -613
- package/src/element-templates/webhook-connector-receive.json +644 -0
- package/src/element-templates/webhook-connector-start-event.json +1690 -1136
- package/src/element-templates/webhook-connector-start-message.json +1601 -924
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
|
-
"name": "MCP Client
|
|
4
|
+
"name": "MCP Client",
|
|
5
5
|
"id": "io.camunda.connectors.agenticai.mcp.client.v0",
|
|
6
6
|
"description": "MCP (Model Context Protocol) client using MCP connections configured on the connector runtime.",
|
|
7
7
|
"metadata": {
|
|
8
8
|
"keywords": []
|
|
9
9
|
},
|
|
10
|
-
"
|
|
10
|
+
"documentationRef": "https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/agentic-ai-mcp-client-connector/",
|
|
11
|
+
"version": 2,
|
|
11
12
|
"category": {
|
|
12
13
|
"id": "connectors",
|
|
13
14
|
"name": "Connectors"
|
|
@@ -34,8 +35,8 @@
|
|
|
34
35
|
"label": "Operation"
|
|
35
36
|
},
|
|
36
37
|
{
|
|
37
|
-
"id": "
|
|
38
|
-
"label": "
|
|
38
|
+
"id": "filters",
|
|
39
|
+
"label": "Filters",
|
|
39
40
|
"openByDefault": false
|
|
40
41
|
},
|
|
41
42
|
{
|
|
@@ -132,13 +133,33 @@
|
|
|
132
133
|
},
|
|
133
134
|
"type": "Dropdown",
|
|
134
135
|
"choices": [
|
|
136
|
+
{
|
|
137
|
+
"name": "List Tools",
|
|
138
|
+
"value": "tools/list"
|
|
139
|
+
},
|
|
135
140
|
{
|
|
136
141
|
"name": "Call Tool",
|
|
137
142
|
"value": "tools/call"
|
|
138
143
|
},
|
|
139
144
|
{
|
|
140
|
-
"name": "List
|
|
141
|
-
"value": "
|
|
145
|
+
"name": "List Resources",
|
|
146
|
+
"value": "resources/list"
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"name": "List Resource Templates",
|
|
150
|
+
"value": "resources/templates/list"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"name": "Read Resource",
|
|
154
|
+
"value": "resources/read"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"name": "List Prompts",
|
|
158
|
+
"value": "prompts/list"
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"name": "Get Prompt",
|
|
162
|
+
"value": "prompts/get"
|
|
142
163
|
}
|
|
143
164
|
]
|
|
144
165
|
},
|
|
@@ -199,6 +220,93 @@
|
|
|
199
220
|
},
|
|
200
221
|
"type": "String"
|
|
201
222
|
},
|
|
223
|
+
{
|
|
224
|
+
"id": "data.connectorMode.operation.resourceUri",
|
|
225
|
+
"label": "Resource URI",
|
|
226
|
+
"description": "The URI of the resource to read.",
|
|
227
|
+
"optional": false,
|
|
228
|
+
"constraints": {
|
|
229
|
+
"notEmpty": true
|
|
230
|
+
},
|
|
231
|
+
"feel": "optional",
|
|
232
|
+
"group": "operation",
|
|
233
|
+
"binding": {
|
|
234
|
+
"name": "data.connectorMode.operation.resourceUri",
|
|
235
|
+
"type": "zeebe:input"
|
|
236
|
+
},
|
|
237
|
+
"condition": {
|
|
238
|
+
"allMatch": [
|
|
239
|
+
{
|
|
240
|
+
"property": "data.connectorMode.operation.type",
|
|
241
|
+
"equals": "resources/read",
|
|
242
|
+
"type": "simple"
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"property": "data.connectorMode.type",
|
|
246
|
+
"equals": "standalone",
|
|
247
|
+
"type": "simple"
|
|
248
|
+
}
|
|
249
|
+
]
|
|
250
|
+
},
|
|
251
|
+
"type": "String"
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"id": "data.connectorMode.operation.promptName",
|
|
255
|
+
"label": "Prompt name",
|
|
256
|
+
"description": "The name of the prompt to get.",
|
|
257
|
+
"optional": false,
|
|
258
|
+
"constraints": {
|
|
259
|
+
"notEmpty": true
|
|
260
|
+
},
|
|
261
|
+
"feel": "optional",
|
|
262
|
+
"group": "operation",
|
|
263
|
+
"binding": {
|
|
264
|
+
"name": "data.connectorMode.operation.promptName",
|
|
265
|
+
"type": "zeebe:input"
|
|
266
|
+
},
|
|
267
|
+
"condition": {
|
|
268
|
+
"allMatch": [
|
|
269
|
+
{
|
|
270
|
+
"property": "data.connectorMode.operation.type",
|
|
271
|
+
"equals": "prompts/get",
|
|
272
|
+
"type": "simple"
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"property": "data.connectorMode.type",
|
|
276
|
+
"equals": "standalone",
|
|
277
|
+
"type": "simple"
|
|
278
|
+
}
|
|
279
|
+
]
|
|
280
|
+
},
|
|
281
|
+
"type": "String"
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"id": "data.connectorMode.operation.promptArguments",
|
|
285
|
+
"label": "Prompt arguments",
|
|
286
|
+
"description": "The arguments to pass to the prompt generation.",
|
|
287
|
+
"optional": true,
|
|
288
|
+
"feel": "required",
|
|
289
|
+
"group": "operation",
|
|
290
|
+
"binding": {
|
|
291
|
+
"name": "data.connectorMode.operation.promptArguments",
|
|
292
|
+
"type": "zeebe:input"
|
|
293
|
+
},
|
|
294
|
+
"condition": {
|
|
295
|
+
"allMatch": [
|
|
296
|
+
{
|
|
297
|
+
"property": "data.connectorMode.operation.type",
|
|
298
|
+
"equals": "prompts/get",
|
|
299
|
+
"type": "simple"
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"property": "data.connectorMode.type",
|
|
303
|
+
"equals": "standalone",
|
|
304
|
+
"type": "simple"
|
|
305
|
+
}
|
|
306
|
+
]
|
|
307
|
+
},
|
|
308
|
+
"type": "String"
|
|
309
|
+
},
|
|
202
310
|
{
|
|
203
311
|
"id": "data.connectorMode.toolOperation.method",
|
|
204
312
|
"label": "Method",
|
|
@@ -243,269 +351,216 @@
|
|
|
243
351
|
"type": "String"
|
|
244
352
|
},
|
|
245
353
|
{
|
|
246
|
-
"id": "data.tools.included",
|
|
354
|
+
"id": "data.connectorMode.standaloneModeFilters.tools.included",
|
|
247
355
|
"label": "Included tools",
|
|
248
356
|
"description": "List of tools that can be used by the MCP client. By default, all tools are allowed.",
|
|
249
357
|
"optional": true,
|
|
250
358
|
"feel": "required",
|
|
251
|
-
"group": "
|
|
359
|
+
"group": "filters",
|
|
252
360
|
"binding": {
|
|
253
|
-
"name": "data.tools.included",
|
|
361
|
+
"name": "data.connectorMode.standaloneModeFilters.tools.included",
|
|
254
362
|
"type": "zeebe:input"
|
|
255
363
|
},
|
|
364
|
+
"condition": {
|
|
365
|
+
"allMatch": [
|
|
366
|
+
{
|
|
367
|
+
"property": "data.connectorMode.operation.type",
|
|
368
|
+
"oneOf": ["tools/call", "tools/list"],
|
|
369
|
+
"type": "simple"
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
"property": "data.connectorMode.type",
|
|
373
|
+
"equals": "standalone",
|
|
374
|
+
"type": "simple"
|
|
375
|
+
}
|
|
376
|
+
]
|
|
377
|
+
},
|
|
256
378
|
"type": "Text"
|
|
257
379
|
},
|
|
258
380
|
{
|
|
259
|
-
"id": "data.tools.excluded",
|
|
381
|
+
"id": "data.connectorMode.standaloneModeFilters.tools.excluded",
|
|
260
382
|
"label": "Excluded tools",
|
|
261
383
|
"description": "List of tools that are not allowed to be used by the MCP client. Will override any included tools.",
|
|
262
384
|
"optional": true,
|
|
263
385
|
"feel": "required",
|
|
264
|
-
"group": "
|
|
386
|
+
"group": "filters",
|
|
265
387
|
"binding": {
|
|
266
|
-
"name": "data.tools.excluded",
|
|
388
|
+
"name": "data.connectorMode.standaloneModeFilters.tools.excluded",
|
|
267
389
|
"type": "zeebe:input"
|
|
268
390
|
},
|
|
269
|
-
"
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
391
|
+
"condition": {
|
|
392
|
+
"allMatch": [
|
|
393
|
+
{
|
|
394
|
+
"property": "data.connectorMode.operation.type",
|
|
395
|
+
"oneOf": ["tools/call", "tools/list"],
|
|
396
|
+
"type": "simple"
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"property": "data.connectorMode.type",
|
|
400
|
+
"equals": "standalone",
|
|
401
|
+
"type": "simple"
|
|
402
|
+
}
|
|
403
|
+
]
|
|
280
404
|
},
|
|
281
|
-
"type": "
|
|
405
|
+
"type": "Text"
|
|
282
406
|
},
|
|
283
407
|
{
|
|
284
|
-
"id": "
|
|
285
|
-
"label": "
|
|
286
|
-
"description": "
|
|
287
|
-
"
|
|
288
|
-
"
|
|
408
|
+
"id": "data.connectorMode.standaloneModeFilters.resources.included",
|
|
409
|
+
"label": "Included resources",
|
|
410
|
+
"description": "List of resources that can be accessed by the MCP client. By default, all resources are allowed.",
|
|
411
|
+
"optional": true,
|
|
412
|
+
"feel": "required",
|
|
413
|
+
"group": "filters",
|
|
289
414
|
"binding": {
|
|
290
|
-
"
|
|
291
|
-
"type": "zeebe:
|
|
415
|
+
"name": "data.connectorMode.standaloneModeFilters.resources.included",
|
|
416
|
+
"type": "zeebe:input"
|
|
292
417
|
},
|
|
293
|
-
"
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
418
|
+
"condition": {
|
|
419
|
+
"allMatch": [
|
|
420
|
+
{
|
|
421
|
+
"property": "data.connectorMode.operation.type",
|
|
422
|
+
"oneOf": [
|
|
423
|
+
"resources/read",
|
|
424
|
+
"resources/list",
|
|
425
|
+
"resources/templates/list"
|
|
426
|
+
],
|
|
427
|
+
"type": "simple"
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
"property": "data.connectorMode.type",
|
|
431
|
+
"equals": "standalone",
|
|
432
|
+
"type": "simple"
|
|
433
|
+
}
|
|
434
|
+
]
|
|
304
435
|
},
|
|
305
|
-
"type": "
|
|
436
|
+
"type": "Text"
|
|
306
437
|
},
|
|
307
438
|
{
|
|
308
|
-
"id": "
|
|
309
|
-
"label": "
|
|
310
|
-
"description": "
|
|
439
|
+
"id": "data.connectorMode.standaloneModeFilters.resources.excluded",
|
|
440
|
+
"label": "Excluded resources",
|
|
441
|
+
"description": "List of resources that are not allowed to be accessed by the MCP client. Will override any included resources.",
|
|
442
|
+
"optional": true,
|
|
311
443
|
"feel": "required",
|
|
312
|
-
"group": "
|
|
444
|
+
"group": "filters",
|
|
313
445
|
"binding": {
|
|
314
|
-
"
|
|
315
|
-
"type": "zeebe:
|
|
446
|
+
"name": "data.connectorMode.standaloneModeFilters.resources.excluded",
|
|
447
|
+
"type": "zeebe:input"
|
|
448
|
+
},
|
|
449
|
+
"condition": {
|
|
450
|
+
"allMatch": [
|
|
451
|
+
{
|
|
452
|
+
"property": "data.connectorMode.operation.type",
|
|
453
|
+
"oneOf": [
|
|
454
|
+
"resources/read",
|
|
455
|
+
"resources/list",
|
|
456
|
+
"resources/templates/list"
|
|
457
|
+
],
|
|
458
|
+
"type": "simple"
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
"property": "data.connectorMode.type",
|
|
462
|
+
"equals": "standalone",
|
|
463
|
+
"type": "simple"
|
|
464
|
+
}
|
|
465
|
+
]
|
|
316
466
|
},
|
|
317
467
|
"type": "Text"
|
|
318
468
|
},
|
|
319
469
|
{
|
|
320
|
-
"id": "
|
|
321
|
-
"label": "
|
|
322
|
-
"description": "
|
|
470
|
+
"id": "data.connectorMode.standaloneModeFilters.prompts.included",
|
|
471
|
+
"label": "Included prompts",
|
|
472
|
+
"description": "List of prompts that can be accessed by the MCP client. By default, all prompts are allowed.",
|
|
473
|
+
"optional": true,
|
|
323
474
|
"feel": "required",
|
|
324
|
-
"group": "
|
|
475
|
+
"group": "filters",
|
|
325
476
|
"binding": {
|
|
326
|
-
"
|
|
327
|
-
"type": "zeebe:
|
|
328
|
-
},
|
|
329
|
-
"type": "Text"
|
|
330
|
-
},
|
|
331
|
-
{
|
|
332
|
-
"id": "retryCount",
|
|
333
|
-
"label": "Retries",
|
|
334
|
-
"description": "Number of retries",
|
|
335
|
-
"value": "3",
|
|
336
|
-
"feel": "optional",
|
|
337
|
-
"group": "retries",
|
|
338
|
-
"binding": {
|
|
339
|
-
"property": "retries",
|
|
340
|
-
"type": "zeebe:taskDefinition"
|
|
341
|
-
},
|
|
342
|
-
"type": "String"
|
|
343
|
-
},
|
|
344
|
-
{
|
|
345
|
-
"id": "retryBackoff",
|
|
346
|
-
"label": "Retry backoff",
|
|
347
|
-
"description": "ISO-8601 duration to wait between retries",
|
|
348
|
-
"value": "PT0S",
|
|
349
|
-
"group": "retries",
|
|
350
|
-
"binding": {
|
|
351
|
-
"key": "retryBackoff",
|
|
352
|
-
"type": "zeebe:taskHeader"
|
|
353
|
-
},
|
|
354
|
-
"type": "String"
|
|
355
|
-
}
|
|
356
|
-
],
|
|
357
|
-
"icon": {
|
|
358
|
-
"contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMjAwIDIwMCI+CiAgICA8cGF0aCBkPSJNMjUgOTcuODUyOEw5Mi44ODIzIDI5Ljk3MDZDMTAyLjI1NSAyMC41OTggMTE3LjQ1MSAyMC41OTggMTI2LjgyMyAyOS45NzA2VjI5Ljk3MDZDMTM2LjE5NiAzOS4zNDMxIDEzNi4xOTYgNTQuNTM5MSAxMjYuODIzIDYzLjkxMTdMNzUuNTU4MSAxMTUuMTc3IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KICAgIDxwYXRoIGQ9Ik03Ni4yNjUzIDExNC40N0wxMjYuODIzIDYzLjkxMTdDMTM2LjE5NiA1NC41MzkxIDE1MS4zOTIgNTQuNTM5MSAxNjAuNzY1IDYzLjkxMTdMMTYxLjExOCA2NC4yNjUyQzE3MC40OTEgNzMuNjM3OCAxNzAuNDkxIDg4LjgzMzggMTYxLjExOCA5OC4yMDYzTDk5LjcyNDggMTU5LjZDOTYuNjAwNiAxNjIuNzI0IDk2LjYwMDYgMTY3Ljc4OSA5OS43MjQ4IDE3MC45MTNMMTEyLjMzMSAxODMuNTIiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMTIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgogICAgPHBhdGggZD0iTTEwOS44NTMgNDYuOTQxMUw1OS42NDgyIDk3LjE0NTdDNTAuMjc1NyAxMDYuNTE4IDUwLjI3NTcgMTIxLjcxNCA1OS42NDgyIDEzMS4wODdWMTMxLjA4N0M2OS4wMjA4IDE0MC40NTkgODQuMjE2OCAxNDAuNDU5IDkzLjU4OTQgMTMxLjA4N0wxNDMuNzk0IDgwLjg4MjIiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMTIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K"
|
|
359
|
-
}
|
|
360
|
-
},
|
|
361
|
-
{
|
|
362
|
-
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
363
|
-
"name": "MCP Client (early access)",
|
|
364
|
-
"id": "io.camunda.connectors.agenticai.mcp.client.v0",
|
|
365
|
-
"description": "MCP (Model Context Protocol) client using MCP connections configured on the connector runtime. Only supports tool operations.",
|
|
366
|
-
"metadata": {
|
|
367
|
-
"keywords": []
|
|
368
|
-
},
|
|
369
|
-
"version": 0,
|
|
370
|
-
"category": {
|
|
371
|
-
"id": "connectors",
|
|
372
|
-
"name": "Connectors"
|
|
373
|
-
},
|
|
374
|
-
"appliesTo": ["bpmn:Task"],
|
|
375
|
-
"elementType": {
|
|
376
|
-
"value": "bpmn:ServiceTask"
|
|
377
|
-
},
|
|
378
|
-
"engines": {
|
|
379
|
-
"camunda": "^8.8"
|
|
380
|
-
},
|
|
381
|
-
"groups": [
|
|
382
|
-
{
|
|
383
|
-
"id": "client",
|
|
384
|
-
"label": "MCP Client"
|
|
385
|
-
},
|
|
386
|
-
{
|
|
387
|
-
"id": "tools",
|
|
388
|
-
"label": "Tools"
|
|
389
|
-
},
|
|
390
|
-
{
|
|
391
|
-
"id": "operation",
|
|
392
|
-
"label": "Operation",
|
|
393
|
-
"openByDefault": false
|
|
394
|
-
},
|
|
395
|
-
{
|
|
396
|
-
"id": "connector",
|
|
397
|
-
"label": "Connector"
|
|
398
|
-
},
|
|
399
|
-
{
|
|
400
|
-
"id": "output",
|
|
401
|
-
"label": "Output mapping"
|
|
402
|
-
},
|
|
403
|
-
{
|
|
404
|
-
"id": "error",
|
|
405
|
-
"label": "Error handling"
|
|
406
|
-
},
|
|
407
|
-
{
|
|
408
|
-
"id": "retries",
|
|
409
|
-
"label": "Retries"
|
|
410
|
-
}
|
|
411
|
-
],
|
|
412
|
-
"properties": [
|
|
413
|
-
{
|
|
414
|
-
"value": "io.camunda.agenticai:mcpclient:0",
|
|
415
|
-
"binding": {
|
|
416
|
-
"property": "type",
|
|
417
|
-
"type": "zeebe:taskDefinition"
|
|
477
|
+
"name": "data.connectorMode.standaloneModeFilters.prompts.included",
|
|
478
|
+
"type": "zeebe:input"
|
|
418
479
|
},
|
|
419
|
-
"
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
480
|
+
"condition": {
|
|
481
|
+
"allMatch": [
|
|
482
|
+
{
|
|
483
|
+
"property": "data.connectorMode.operation.type",
|
|
484
|
+
"oneOf": ["prompts/get", "prompts/list"],
|
|
485
|
+
"type": "simple"
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
"property": "data.connectorMode.type",
|
|
489
|
+
"equals": "standalone",
|
|
490
|
+
"type": "simple"
|
|
491
|
+
}
|
|
492
|
+
]
|
|
426
493
|
},
|
|
427
|
-
"type": "
|
|
494
|
+
"type": "Text"
|
|
428
495
|
},
|
|
429
496
|
{
|
|
430
|
-
"id": "data.
|
|
431
|
-
"label": "
|
|
432
|
-
"description": "
|
|
433
|
-
"optional":
|
|
434
|
-
"
|
|
435
|
-
|
|
436
|
-
},
|
|
437
|
-
"feel": "optional",
|
|
438
|
-
"group": "client",
|
|
497
|
+
"id": "data.connectorMode.standaloneModeFilters.prompts.excluded",
|
|
498
|
+
"label": "Excluded prompts",
|
|
499
|
+
"description": "List of prompts that are not allowed to be accessed by the MCP client. Will override any included prompts.",
|
|
500
|
+
"optional": true,
|
|
501
|
+
"feel": "required",
|
|
502
|
+
"group": "filters",
|
|
439
503
|
"binding": {
|
|
440
|
-
"name": "data.
|
|
504
|
+
"name": "data.connectorMode.standaloneModeFilters.prompts.excluded",
|
|
441
505
|
"type": "zeebe:input"
|
|
442
506
|
},
|
|
443
|
-
"
|
|
507
|
+
"condition": {
|
|
508
|
+
"allMatch": [
|
|
509
|
+
{
|
|
510
|
+
"property": "data.connectorMode.operation.type",
|
|
511
|
+
"oneOf": ["prompts/get", "prompts/list"],
|
|
512
|
+
"type": "simple"
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"property": "data.connectorMode.type",
|
|
516
|
+
"equals": "standalone",
|
|
517
|
+
"type": "simple"
|
|
518
|
+
}
|
|
519
|
+
]
|
|
520
|
+
},
|
|
521
|
+
"type": "Text"
|
|
444
522
|
},
|
|
445
523
|
{
|
|
446
|
-
"id": "data.tools.included",
|
|
524
|
+
"id": "data.connectorMode.toolModeFilters.tools.included",
|
|
447
525
|
"label": "Included tools",
|
|
448
526
|
"description": "List of tools that can be used by the MCP client. By default, all tools are allowed.",
|
|
449
527
|
"optional": true,
|
|
450
528
|
"feel": "required",
|
|
451
|
-
"group": "
|
|
529
|
+
"group": "filters",
|
|
452
530
|
"binding": {
|
|
453
|
-
"name": "data.tools.included",
|
|
531
|
+
"name": "data.connectorMode.toolModeFilters.tools.included",
|
|
454
532
|
"type": "zeebe:input"
|
|
455
533
|
},
|
|
534
|
+
"condition": {
|
|
535
|
+
"property": "data.connectorMode.type",
|
|
536
|
+
"equals": "aiAgentTool",
|
|
537
|
+
"type": "simple"
|
|
538
|
+
},
|
|
456
539
|
"type": "Text"
|
|
457
540
|
},
|
|
458
541
|
{
|
|
459
|
-
"id": "data.tools.excluded",
|
|
542
|
+
"id": "data.connectorMode.toolModeFilters.tools.excluded",
|
|
460
543
|
"label": "Excluded tools",
|
|
461
544
|
"description": "List of tools that are not allowed to be used by the MCP client. Will override any included tools.",
|
|
462
545
|
"optional": true,
|
|
463
546
|
"feel": "required",
|
|
464
|
-
"group": "
|
|
465
|
-
"binding": {
|
|
466
|
-
"name": "data.tools.excluded",
|
|
467
|
-
"type": "zeebe:input"
|
|
468
|
-
},
|
|
469
|
-
"type": "Text"
|
|
470
|
-
},
|
|
471
|
-
{
|
|
472
|
-
"id": "data.operation.method",
|
|
473
|
-
"label": "Method",
|
|
474
|
-
"description": "The MCP method to be called, e.g. <code>tools/list</code>.",
|
|
475
|
-
"optional": false,
|
|
476
|
-
"value": "=toolCall.method",
|
|
477
|
-
"constraints": {
|
|
478
|
-
"notEmpty": true
|
|
479
|
-
},
|
|
480
|
-
"feel": "optional",
|
|
481
|
-
"group": "operation",
|
|
547
|
+
"group": "filters",
|
|
482
548
|
"binding": {
|
|
483
|
-
"name": "data.
|
|
549
|
+
"name": "data.connectorMode.toolModeFilters.tools.excluded",
|
|
484
550
|
"type": "zeebe:input"
|
|
485
551
|
},
|
|
486
|
-
"
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
"id": "data.operation.params",
|
|
491
|
-
"label": "Parameters",
|
|
492
|
-
"description": "The parameters to be passed to the MCP method.",
|
|
493
|
-
"optional": true,
|
|
494
|
-
"value": "=toolCall.params",
|
|
495
|
-
"feel": "required",
|
|
496
|
-
"group": "operation",
|
|
497
|
-
"binding": {
|
|
498
|
-
"name": "data.operation.params",
|
|
499
|
-
"type": "zeebe:input"
|
|
552
|
+
"condition": {
|
|
553
|
+
"property": "data.connectorMode.type",
|
|
554
|
+
"equals": "aiAgentTool",
|
|
555
|
+
"type": "simple"
|
|
500
556
|
},
|
|
501
|
-
"
|
|
502
|
-
"type": "String"
|
|
557
|
+
"type": "Text"
|
|
503
558
|
},
|
|
504
559
|
{
|
|
505
560
|
"id": "version",
|
|
506
561
|
"label": "Version",
|
|
507
562
|
"description": "Version of the element template",
|
|
508
|
-
"value": "
|
|
563
|
+
"value": "2",
|
|
509
564
|
"group": "connector",
|
|
510
565
|
"binding": {
|
|
511
566
|
"key": "elementTemplateVersion",
|
|
@@ -599,7 +654,7 @@
|
|
|
599
654
|
"metadata": {
|
|
600
655
|
"keywords": []
|
|
601
656
|
},
|
|
602
|
-
"version":
|
|
657
|
+
"version": 1,
|
|
603
658
|
"category": {
|
|
604
659
|
"id": "connectors",
|
|
605
660
|
"name": "Connectors"
|
|
@@ -626,8 +681,8 @@
|
|
|
626
681
|
"label": "Operation"
|
|
627
682
|
},
|
|
628
683
|
{
|
|
629
|
-
"id": "
|
|
630
|
-
"label": "
|
|
684
|
+
"id": "tools",
|
|
685
|
+
"label": "Tools",
|
|
631
686
|
"openByDefault": false
|
|
632
687
|
},
|
|
633
688
|
{
|
|
@@ -724,33 +779,13 @@
|
|
|
724
779
|
},
|
|
725
780
|
"type": "Dropdown",
|
|
726
781
|
"choices": [
|
|
727
|
-
{
|
|
728
|
-
"name": "List Tools",
|
|
729
|
-
"value": "tools/list"
|
|
730
|
-
},
|
|
731
782
|
{
|
|
732
783
|
"name": "Call Tool",
|
|
733
784
|
"value": "tools/call"
|
|
734
785
|
},
|
|
735
786
|
{
|
|
736
|
-
"name": "List
|
|
737
|
-
"value": "
|
|
738
|
-
},
|
|
739
|
-
{
|
|
740
|
-
"name": "List Resource Templates",
|
|
741
|
-
"value": "resources/templates/list"
|
|
742
|
-
},
|
|
743
|
-
{
|
|
744
|
-
"name": "Read Resource",
|
|
745
|
-
"value": "resources/read"
|
|
746
|
-
},
|
|
747
|
-
{
|
|
748
|
-
"name": "List Prompts",
|
|
749
|
-
"value": "prompts/list"
|
|
750
|
-
},
|
|
751
|
-
{
|
|
752
|
-
"name": "Get Prompt",
|
|
753
|
-
"value": "prompts/get"
|
|
787
|
+
"name": "List Tools",
|
|
788
|
+
"value": "tools/list"
|
|
754
789
|
}
|
|
755
790
|
]
|
|
756
791
|
},
|
|
@@ -812,105 +847,18 @@
|
|
|
812
847
|
"type": "String"
|
|
813
848
|
},
|
|
814
849
|
{
|
|
815
|
-
"id": "data.connectorMode.
|
|
816
|
-
"label": "
|
|
817
|
-
"description": "The
|
|
850
|
+
"id": "data.connectorMode.toolOperation.method",
|
|
851
|
+
"label": "Method",
|
|
852
|
+
"description": "The MCP method to be called, e.g. <code>tools/list</code>.",
|
|
818
853
|
"optional": false,
|
|
854
|
+
"value": "=toolCall.method",
|
|
819
855
|
"constraints": {
|
|
820
856
|
"notEmpty": true
|
|
821
857
|
},
|
|
822
858
|
"feel": "optional",
|
|
823
859
|
"group": "operation",
|
|
824
860
|
"binding": {
|
|
825
|
-
"name": "data.connectorMode.
|
|
826
|
-
"type": "zeebe:input"
|
|
827
|
-
},
|
|
828
|
-
"condition": {
|
|
829
|
-
"allMatch": [
|
|
830
|
-
{
|
|
831
|
-
"property": "data.connectorMode.operation.type",
|
|
832
|
-
"equals": "resources/read",
|
|
833
|
-
"type": "simple"
|
|
834
|
-
},
|
|
835
|
-
{
|
|
836
|
-
"property": "data.connectorMode.type",
|
|
837
|
-
"equals": "standalone",
|
|
838
|
-
"type": "simple"
|
|
839
|
-
}
|
|
840
|
-
]
|
|
841
|
-
},
|
|
842
|
-
"type": "String"
|
|
843
|
-
},
|
|
844
|
-
{
|
|
845
|
-
"id": "data.connectorMode.operation.promptName",
|
|
846
|
-
"label": "Prompt name",
|
|
847
|
-
"description": "The name of the prompt to get.",
|
|
848
|
-
"optional": false,
|
|
849
|
-
"constraints": {
|
|
850
|
-
"notEmpty": true
|
|
851
|
-
},
|
|
852
|
-
"feel": "optional",
|
|
853
|
-
"group": "operation",
|
|
854
|
-
"binding": {
|
|
855
|
-
"name": "data.connectorMode.operation.promptName",
|
|
856
|
-
"type": "zeebe:input"
|
|
857
|
-
},
|
|
858
|
-
"condition": {
|
|
859
|
-
"allMatch": [
|
|
860
|
-
{
|
|
861
|
-
"property": "data.connectorMode.operation.type",
|
|
862
|
-
"equals": "prompts/get",
|
|
863
|
-
"type": "simple"
|
|
864
|
-
},
|
|
865
|
-
{
|
|
866
|
-
"property": "data.connectorMode.type",
|
|
867
|
-
"equals": "standalone",
|
|
868
|
-
"type": "simple"
|
|
869
|
-
}
|
|
870
|
-
]
|
|
871
|
-
},
|
|
872
|
-
"type": "String"
|
|
873
|
-
},
|
|
874
|
-
{
|
|
875
|
-
"id": "data.connectorMode.operation.promptArguments",
|
|
876
|
-
"label": "Prompt arguments",
|
|
877
|
-
"description": "The arguments to pass to the prompt generation.",
|
|
878
|
-
"optional": true,
|
|
879
|
-
"feel": "required",
|
|
880
|
-
"group": "operation",
|
|
881
|
-
"binding": {
|
|
882
|
-
"name": "data.connectorMode.operation.promptArguments",
|
|
883
|
-
"type": "zeebe:input"
|
|
884
|
-
},
|
|
885
|
-
"condition": {
|
|
886
|
-
"allMatch": [
|
|
887
|
-
{
|
|
888
|
-
"property": "data.connectorMode.operation.type",
|
|
889
|
-
"equals": "prompts/get",
|
|
890
|
-
"type": "simple"
|
|
891
|
-
},
|
|
892
|
-
{
|
|
893
|
-
"property": "data.connectorMode.type",
|
|
894
|
-
"equals": "standalone",
|
|
895
|
-
"type": "simple"
|
|
896
|
-
}
|
|
897
|
-
]
|
|
898
|
-
},
|
|
899
|
-
"type": "String"
|
|
900
|
-
},
|
|
901
|
-
{
|
|
902
|
-
"id": "data.connectorMode.toolOperation.method",
|
|
903
|
-
"label": "Method",
|
|
904
|
-
"description": "The MCP method to be called, e.g. <code>tools/list</code>.",
|
|
905
|
-
"optional": false,
|
|
906
|
-
"value": "=toolCall.method",
|
|
907
|
-
"constraints": {
|
|
908
|
-
"notEmpty": true
|
|
909
|
-
},
|
|
910
|
-
"feel": "optional",
|
|
911
|
-
"group": "operation",
|
|
912
|
-
"binding": {
|
|
913
|
-
"name": "data.connectorMode.toolOperation.method",
|
|
861
|
+
"name": "data.connectorMode.toolOperation.method",
|
|
914
862
|
"type": "zeebe:input"
|
|
915
863
|
},
|
|
916
864
|
"condition": {
|
|
@@ -942,216 +890,269 @@
|
|
|
942
890
|
"type": "String"
|
|
943
891
|
},
|
|
944
892
|
{
|
|
945
|
-
"id": "data.
|
|
893
|
+
"id": "data.tools.included",
|
|
946
894
|
"label": "Included tools",
|
|
947
895
|
"description": "List of tools that can be used by the MCP client. By default, all tools are allowed.",
|
|
948
896
|
"optional": true,
|
|
949
897
|
"feel": "required",
|
|
950
|
-
"group": "
|
|
898
|
+
"group": "tools",
|
|
951
899
|
"binding": {
|
|
952
|
-
"name": "data.
|
|
900
|
+
"name": "data.tools.included",
|
|
953
901
|
"type": "zeebe:input"
|
|
954
902
|
},
|
|
955
|
-
"condition": {
|
|
956
|
-
"allMatch": [
|
|
957
|
-
{
|
|
958
|
-
"property": "data.connectorMode.operation.type",
|
|
959
|
-
"oneOf": ["tools/call", "tools/list"],
|
|
960
|
-
"type": "simple"
|
|
961
|
-
},
|
|
962
|
-
{
|
|
963
|
-
"property": "data.connectorMode.type",
|
|
964
|
-
"equals": "standalone",
|
|
965
|
-
"type": "simple"
|
|
966
|
-
}
|
|
967
|
-
]
|
|
968
|
-
},
|
|
969
903
|
"type": "Text"
|
|
970
904
|
},
|
|
971
905
|
{
|
|
972
|
-
"id": "data.
|
|
906
|
+
"id": "data.tools.excluded",
|
|
973
907
|
"label": "Excluded tools",
|
|
974
908
|
"description": "List of tools that are not allowed to be used by the MCP client. Will override any included tools.",
|
|
975
909
|
"optional": true,
|
|
976
910
|
"feel": "required",
|
|
977
|
-
"group": "
|
|
911
|
+
"group": "tools",
|
|
978
912
|
"binding": {
|
|
979
|
-
"name": "data.
|
|
913
|
+
"name": "data.tools.excluded",
|
|
980
914
|
"type": "zeebe:input"
|
|
981
915
|
},
|
|
982
|
-
"condition": {
|
|
983
|
-
"allMatch": [
|
|
984
|
-
{
|
|
985
|
-
"property": "data.connectorMode.operation.type",
|
|
986
|
-
"oneOf": ["tools/call", "tools/list"],
|
|
987
|
-
"type": "simple"
|
|
988
|
-
},
|
|
989
|
-
{
|
|
990
|
-
"property": "data.connectorMode.type",
|
|
991
|
-
"equals": "standalone",
|
|
992
|
-
"type": "simple"
|
|
993
|
-
}
|
|
994
|
-
]
|
|
995
|
-
},
|
|
996
916
|
"type": "Text"
|
|
997
917
|
},
|
|
998
918
|
{
|
|
999
|
-
"id": "
|
|
1000
|
-
"label": "
|
|
1001
|
-
"description": "
|
|
1002
|
-
"
|
|
1003
|
-
"
|
|
1004
|
-
"group": "filters",
|
|
919
|
+
"id": "version",
|
|
920
|
+
"label": "Version",
|
|
921
|
+
"description": "Version of the element template",
|
|
922
|
+
"value": "1",
|
|
923
|
+
"group": "connector",
|
|
1005
924
|
"binding": {
|
|
1006
|
-
"
|
|
1007
|
-
"type": "zeebe:
|
|
925
|
+
"key": "elementTemplateVersion",
|
|
926
|
+
"type": "zeebe:taskHeader"
|
|
1008
927
|
},
|
|
1009
|
-
"
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
{
|
|
1021
|
-
"property": "data.connectorMode.type",
|
|
1022
|
-
"equals": "standalone",
|
|
1023
|
-
"type": "simple"
|
|
1024
|
-
}
|
|
1025
|
-
]
|
|
928
|
+
"type": "Hidden"
|
|
929
|
+
},
|
|
930
|
+
{
|
|
931
|
+
"id": "id",
|
|
932
|
+
"label": "ID",
|
|
933
|
+
"description": "ID of the element template",
|
|
934
|
+
"value": "io.camunda.connectors.agenticai.mcp.client.v0",
|
|
935
|
+
"group": "connector",
|
|
936
|
+
"binding": {
|
|
937
|
+
"key": "elementTemplateId",
|
|
938
|
+
"type": "zeebe:taskHeader"
|
|
1026
939
|
},
|
|
1027
|
-
"type": "
|
|
940
|
+
"type": "Hidden"
|
|
1028
941
|
},
|
|
1029
942
|
{
|
|
1030
|
-
"id": "
|
|
1031
|
-
"label": "
|
|
1032
|
-
"description": "
|
|
1033
|
-
"
|
|
1034
|
-
"
|
|
1035
|
-
"group": "filters",
|
|
943
|
+
"id": "resultVariable",
|
|
944
|
+
"label": "Result variable",
|
|
945
|
+
"description": "Name of variable to store the response in",
|
|
946
|
+
"value": "toolCallResult",
|
|
947
|
+
"group": "output",
|
|
1036
948
|
"binding": {
|
|
1037
|
-
"
|
|
1038
|
-
"type": "zeebe:
|
|
949
|
+
"key": "resultVariable",
|
|
950
|
+
"type": "zeebe:taskHeader"
|
|
1039
951
|
},
|
|
1040
|
-
"
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
{
|
|
1052
|
-
"property": "data.connectorMode.type",
|
|
1053
|
-
"equals": "standalone",
|
|
1054
|
-
"type": "simple"
|
|
1055
|
-
}
|
|
1056
|
-
]
|
|
952
|
+
"type": "String"
|
|
953
|
+
},
|
|
954
|
+
{
|
|
955
|
+
"id": "resultExpression",
|
|
956
|
+
"label": "Result expression",
|
|
957
|
+
"description": "Expression to map the response into process variables",
|
|
958
|
+
"feel": "required",
|
|
959
|
+
"group": "output",
|
|
960
|
+
"binding": {
|
|
961
|
+
"key": "resultExpression",
|
|
962
|
+
"type": "zeebe:taskHeader"
|
|
1057
963
|
},
|
|
1058
964
|
"type": "Text"
|
|
1059
965
|
},
|
|
1060
966
|
{
|
|
1061
|
-
"id": "
|
|
1062
|
-
"label": "
|
|
1063
|
-
"description": "
|
|
1064
|
-
"optional": true,
|
|
967
|
+
"id": "errorExpression",
|
|
968
|
+
"label": "Error expression",
|
|
969
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
1065
970
|
"feel": "required",
|
|
1066
|
-
"group": "
|
|
971
|
+
"group": "error",
|
|
1067
972
|
"binding": {
|
|
1068
|
-
"
|
|
1069
|
-
"type": "zeebe:
|
|
1070
|
-
},
|
|
1071
|
-
"condition": {
|
|
1072
|
-
"allMatch": [
|
|
1073
|
-
{
|
|
1074
|
-
"property": "data.connectorMode.operation.type",
|
|
1075
|
-
"oneOf": ["prompts/get", "prompts/list"],
|
|
1076
|
-
"type": "simple"
|
|
1077
|
-
},
|
|
1078
|
-
{
|
|
1079
|
-
"property": "data.connectorMode.type",
|
|
1080
|
-
"equals": "standalone",
|
|
1081
|
-
"type": "simple"
|
|
1082
|
-
}
|
|
1083
|
-
]
|
|
973
|
+
"key": "errorExpression",
|
|
974
|
+
"type": "zeebe:taskHeader"
|
|
1084
975
|
},
|
|
1085
976
|
"type": "Text"
|
|
1086
977
|
},
|
|
1087
978
|
{
|
|
1088
|
-
"id": "
|
|
1089
|
-
"label": "
|
|
1090
|
-
"description": "
|
|
1091
|
-
"
|
|
1092
|
-
"feel": "
|
|
1093
|
-
"group": "
|
|
979
|
+
"id": "retryCount",
|
|
980
|
+
"label": "Retries",
|
|
981
|
+
"description": "Number of retries",
|
|
982
|
+
"value": "3",
|
|
983
|
+
"feel": "optional",
|
|
984
|
+
"group": "retries",
|
|
1094
985
|
"binding": {
|
|
1095
|
-
"
|
|
1096
|
-
"type": "zeebe:
|
|
986
|
+
"property": "retries",
|
|
987
|
+
"type": "zeebe:taskDefinition"
|
|
1097
988
|
},
|
|
1098
|
-
"
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
}
|
|
1110
|
-
]
|
|
989
|
+
"type": "String"
|
|
990
|
+
},
|
|
991
|
+
{
|
|
992
|
+
"id": "retryBackoff",
|
|
993
|
+
"label": "Retry backoff",
|
|
994
|
+
"description": "ISO-8601 duration to wait between retries",
|
|
995
|
+
"value": "PT0S",
|
|
996
|
+
"group": "retries",
|
|
997
|
+
"binding": {
|
|
998
|
+
"key": "retryBackoff",
|
|
999
|
+
"type": "zeebe:taskHeader"
|
|
1111
1000
|
},
|
|
1112
|
-
"type": "
|
|
1001
|
+
"type": "String"
|
|
1002
|
+
}
|
|
1003
|
+
],
|
|
1004
|
+
"icon": {
|
|
1005
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMjAwIDIwMCI+CiAgICA8cGF0aCBkPSJNMjUgOTcuODUyOEw5Mi44ODIzIDI5Ljk3MDZDMTAyLjI1NSAyMC41OTggMTE3LjQ1MSAyMC41OTggMTI2LjgyMyAyOS45NzA2VjI5Ljk3MDZDMTM2LjE5NiAzOS4zNDMxIDEzNi4xOTYgNTQuNTM5MSAxMjYuODIzIDYzLjkxMTdMNzUuNTU4MSAxMTUuMTc3IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KICAgIDxwYXRoIGQ9Ik03Ni4yNjUzIDExNC40N0wxMjYuODIzIDYzLjkxMTdDMTM2LjE5NiA1NC41MzkxIDE1MS4zOTIgNTQuNTM5MSAxNjAuNzY1IDYzLjkxMTdMMTYxLjExOCA2NC4yNjUyQzE3MC40OTEgNzMuNjM3OCAxNzAuNDkxIDg4LjgzMzggMTYxLjExOCA5OC4yMDYzTDk5LjcyNDggMTU5LjZDOTYuNjAwNiAxNjIuNzI0IDk2LjYwMDYgMTY3Ljc4OSA5OS43MjQ4IDE3MC45MTNMMTEyLjMzMSAxODMuNTIiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMTIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgogICAgPHBhdGggZD0iTTEwOS44NTMgNDYuOTQxMUw1OS42NDgyIDk3LjE0NTdDNTAuMjc1NyAxMDYuNTE4IDUwLjI3NTcgMTIxLjcxNCA1OS42NDgyIDEzMS4wODdWMTMxLjA4N0M2OS4wMjA4IDE0MC40NTkgODQuMjE2OCAxNDAuNDU5IDkzLjU4OTQgMTMxLjA4N0wxNDMuNzk0IDgwLjg4MjIiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMTIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K"
|
|
1006
|
+
}
|
|
1007
|
+
},
|
|
1008
|
+
{
|
|
1009
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1010
|
+
"name": "MCP Client (early access)",
|
|
1011
|
+
"id": "io.camunda.connectors.agenticai.mcp.client.v0",
|
|
1012
|
+
"description": "MCP (Model Context Protocol) client using MCP connections configured on the connector runtime. Only supports tool operations.",
|
|
1013
|
+
"metadata": {
|
|
1014
|
+
"keywords": []
|
|
1015
|
+
},
|
|
1016
|
+
"version": 0,
|
|
1017
|
+
"category": {
|
|
1018
|
+
"id": "connectors",
|
|
1019
|
+
"name": "Connectors"
|
|
1020
|
+
},
|
|
1021
|
+
"appliesTo": ["bpmn:Task"],
|
|
1022
|
+
"elementType": {
|
|
1023
|
+
"value": "bpmn:ServiceTask"
|
|
1024
|
+
},
|
|
1025
|
+
"engines": {
|
|
1026
|
+
"camunda": "^8.8"
|
|
1027
|
+
},
|
|
1028
|
+
"groups": [
|
|
1029
|
+
{
|
|
1030
|
+
"id": "client",
|
|
1031
|
+
"label": "MCP Client"
|
|
1113
1032
|
},
|
|
1114
1033
|
{
|
|
1115
|
-
"id": "
|
|
1034
|
+
"id": "tools",
|
|
1035
|
+
"label": "Tools"
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
"id": "operation",
|
|
1039
|
+
"label": "Operation",
|
|
1040
|
+
"openByDefault": false
|
|
1041
|
+
},
|
|
1042
|
+
{
|
|
1043
|
+
"id": "connector",
|
|
1044
|
+
"label": "Connector"
|
|
1045
|
+
},
|
|
1046
|
+
{
|
|
1047
|
+
"id": "output",
|
|
1048
|
+
"label": "Output mapping"
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"id": "error",
|
|
1052
|
+
"label": "Error handling"
|
|
1053
|
+
},
|
|
1054
|
+
{
|
|
1055
|
+
"id": "retries",
|
|
1056
|
+
"label": "Retries"
|
|
1057
|
+
}
|
|
1058
|
+
],
|
|
1059
|
+
"properties": [
|
|
1060
|
+
{
|
|
1061
|
+
"value": "io.camunda.agenticai:mcpclient:0",
|
|
1062
|
+
"binding": {
|
|
1063
|
+
"property": "type",
|
|
1064
|
+
"type": "zeebe:taskDefinition"
|
|
1065
|
+
},
|
|
1066
|
+
"type": "Hidden"
|
|
1067
|
+
},
|
|
1068
|
+
{
|
|
1069
|
+
"value": "mcpClient",
|
|
1070
|
+
"binding": {
|
|
1071
|
+
"name": "io.camunda.agenticai.gateway.type",
|
|
1072
|
+
"type": "zeebe:property"
|
|
1073
|
+
},
|
|
1074
|
+
"type": "Hidden"
|
|
1075
|
+
},
|
|
1076
|
+
{
|
|
1077
|
+
"id": "data.client.clientId",
|
|
1078
|
+
"label": "Client ID",
|
|
1079
|
+
"description": "The MCP client ID. This needs to be configured on your connector runtime.",
|
|
1080
|
+
"optional": false,
|
|
1081
|
+
"constraints": {
|
|
1082
|
+
"notEmpty": true
|
|
1083
|
+
},
|
|
1084
|
+
"feel": "optional",
|
|
1085
|
+
"group": "client",
|
|
1086
|
+
"binding": {
|
|
1087
|
+
"name": "data.client.clientId",
|
|
1088
|
+
"type": "zeebe:input"
|
|
1089
|
+
},
|
|
1090
|
+
"type": "String"
|
|
1091
|
+
},
|
|
1092
|
+
{
|
|
1093
|
+
"id": "data.tools.included",
|
|
1116
1094
|
"label": "Included tools",
|
|
1117
1095
|
"description": "List of tools that can be used by the MCP client. By default, all tools are allowed.",
|
|
1118
1096
|
"optional": true,
|
|
1119
1097
|
"feel": "required",
|
|
1120
|
-
"group": "
|
|
1098
|
+
"group": "tools",
|
|
1121
1099
|
"binding": {
|
|
1122
|
-
"name": "data.
|
|
1100
|
+
"name": "data.tools.included",
|
|
1123
1101
|
"type": "zeebe:input"
|
|
1124
1102
|
},
|
|
1125
|
-
"condition": {
|
|
1126
|
-
"property": "data.connectorMode.type",
|
|
1127
|
-
"equals": "aiAgentTool",
|
|
1128
|
-
"type": "simple"
|
|
1129
|
-
},
|
|
1130
1103
|
"type": "Text"
|
|
1131
1104
|
},
|
|
1132
1105
|
{
|
|
1133
|
-
"id": "data.
|
|
1106
|
+
"id": "data.tools.excluded",
|
|
1134
1107
|
"label": "Excluded tools",
|
|
1135
1108
|
"description": "List of tools that are not allowed to be used by the MCP client. Will override any included tools.",
|
|
1136
1109
|
"optional": true,
|
|
1137
1110
|
"feel": "required",
|
|
1138
|
-
"group": "
|
|
1111
|
+
"group": "tools",
|
|
1139
1112
|
"binding": {
|
|
1140
|
-
"name": "data.
|
|
1113
|
+
"name": "data.tools.excluded",
|
|
1141
1114
|
"type": "zeebe:input"
|
|
1142
1115
|
},
|
|
1143
|
-
"condition": {
|
|
1144
|
-
"property": "data.connectorMode.type",
|
|
1145
|
-
"equals": "aiAgentTool",
|
|
1146
|
-
"type": "simple"
|
|
1147
|
-
},
|
|
1148
1116
|
"type": "Text"
|
|
1149
1117
|
},
|
|
1118
|
+
{
|
|
1119
|
+
"id": "data.operation.method",
|
|
1120
|
+
"label": "Method",
|
|
1121
|
+
"description": "The MCP method to be called, e.g. <code>tools/list</code>.",
|
|
1122
|
+
"optional": false,
|
|
1123
|
+
"value": "=toolCall.method",
|
|
1124
|
+
"constraints": {
|
|
1125
|
+
"notEmpty": true
|
|
1126
|
+
},
|
|
1127
|
+
"feel": "optional",
|
|
1128
|
+
"group": "operation",
|
|
1129
|
+
"binding": {
|
|
1130
|
+
"name": "data.operation.method",
|
|
1131
|
+
"type": "zeebe:input"
|
|
1132
|
+
},
|
|
1133
|
+
"tooltip": "The method to be called on the MCP server. See the <a href=\"https://modelcontextprotocol.io/specification/2024-11-05/server\">MCP specification</a> for a list of available methods.<br><br>Currently supported:<br><code>tools/list</code>, <code>tools/call</code>",
|
|
1134
|
+
"type": "String"
|
|
1135
|
+
},
|
|
1136
|
+
{
|
|
1137
|
+
"id": "data.operation.params",
|
|
1138
|
+
"label": "Parameters",
|
|
1139
|
+
"description": "The parameters to be passed to the MCP method.",
|
|
1140
|
+
"optional": true,
|
|
1141
|
+
"value": "=toolCall.params",
|
|
1142
|
+
"feel": "required",
|
|
1143
|
+
"group": "operation",
|
|
1144
|
+
"binding": {
|
|
1145
|
+
"name": "data.operation.params",
|
|
1146
|
+
"type": "zeebe:input"
|
|
1147
|
+
},
|
|
1148
|
+
"tooltip": "The parameter structure depends on the method being called. See the <a href=\"https://modelcontextprotocol.io/specification/2024-11-05/server/tools#calling-tools\">MCP specification</a> for an example of the parameters for the <code>tools/call</code> method.",
|
|
1149
|
+
"type": "String"
|
|
1150
|
+
},
|
|
1150
1151
|
{
|
|
1151
1152
|
"id": "version",
|
|
1152
1153
|
"label": "Version",
|
|
1153
1154
|
"description": "Version of the element template",
|
|
1154
|
-
"value": "
|
|
1155
|
+
"value": "0",
|
|
1155
1156
|
"group": "connector",
|
|
1156
1157
|
"binding": {
|
|
1157
1158
|
"key": "elementTemplateVersion",
|