@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 Remote Client
|
|
4
|
+
"name": "MCP Remote Client",
|
|
5
5
|
"id": "io.camunda.connectors.agenticai.mcp.remoteclient.v0",
|
|
6
6
|
"description": "MCP (Model Context Protocol) client, operating on temporary remote connections.",
|
|
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-remote-client-connector/",
|
|
11
|
+
"version": 2,
|
|
11
12
|
"category": {
|
|
12
13
|
"id": "connectors",
|
|
13
14
|
"name": "Connectors"
|
|
@@ -43,8 +44,8 @@
|
|
|
43
44
|
"label": "Operation"
|
|
44
45
|
},
|
|
45
46
|
{
|
|
46
|
-
"id": "
|
|
47
|
-
"label": "
|
|
47
|
+
"id": "filters",
|
|
48
|
+
"label": "Filters",
|
|
48
49
|
"openByDefault": false
|
|
49
50
|
},
|
|
50
51
|
{
|
|
@@ -895,13 +896,33 @@
|
|
|
895
896
|
},
|
|
896
897
|
"type": "Dropdown",
|
|
897
898
|
"choices": [
|
|
899
|
+
{
|
|
900
|
+
"name": "List Tools",
|
|
901
|
+
"value": "tools/list"
|
|
902
|
+
},
|
|
898
903
|
{
|
|
899
904
|
"name": "Call Tool",
|
|
900
905
|
"value": "tools/call"
|
|
901
906
|
},
|
|
902
907
|
{
|
|
903
|
-
"name": "List
|
|
904
|
-
"value": "
|
|
908
|
+
"name": "List Resources",
|
|
909
|
+
"value": "resources/list"
|
|
910
|
+
},
|
|
911
|
+
{
|
|
912
|
+
"name": "List Resource Templates",
|
|
913
|
+
"value": "resources/templates/list"
|
|
914
|
+
},
|
|
915
|
+
{
|
|
916
|
+
"name": "Read Resource",
|
|
917
|
+
"value": "resources/read"
|
|
918
|
+
},
|
|
919
|
+
{
|
|
920
|
+
"name": "List Prompts",
|
|
921
|
+
"value": "prompts/list"
|
|
922
|
+
},
|
|
923
|
+
{
|
|
924
|
+
"name": "Get Prompt",
|
|
925
|
+
"value": "prompts/get"
|
|
905
926
|
}
|
|
906
927
|
]
|
|
907
928
|
},
|
|
@@ -962,6 +983,93 @@
|
|
|
962
983
|
},
|
|
963
984
|
"type": "String"
|
|
964
985
|
},
|
|
986
|
+
{
|
|
987
|
+
"id": "data.connectorMode.operation.resourceUri",
|
|
988
|
+
"label": "Resource URI",
|
|
989
|
+
"description": "The URI of the resource to read.",
|
|
990
|
+
"optional": false,
|
|
991
|
+
"constraints": {
|
|
992
|
+
"notEmpty": true
|
|
993
|
+
},
|
|
994
|
+
"feel": "optional",
|
|
995
|
+
"group": "operation",
|
|
996
|
+
"binding": {
|
|
997
|
+
"name": "data.connectorMode.operation.resourceUri",
|
|
998
|
+
"type": "zeebe:input"
|
|
999
|
+
},
|
|
1000
|
+
"condition": {
|
|
1001
|
+
"allMatch": [
|
|
1002
|
+
{
|
|
1003
|
+
"property": "data.connectorMode.operation.type",
|
|
1004
|
+
"equals": "resources/read",
|
|
1005
|
+
"type": "simple"
|
|
1006
|
+
},
|
|
1007
|
+
{
|
|
1008
|
+
"property": "data.connectorMode.type",
|
|
1009
|
+
"equals": "standalone",
|
|
1010
|
+
"type": "simple"
|
|
1011
|
+
}
|
|
1012
|
+
]
|
|
1013
|
+
},
|
|
1014
|
+
"type": "String"
|
|
1015
|
+
},
|
|
1016
|
+
{
|
|
1017
|
+
"id": "data.connectorMode.operation.promptName",
|
|
1018
|
+
"label": "Prompt name",
|
|
1019
|
+
"description": "The name of the prompt to get.",
|
|
1020
|
+
"optional": false,
|
|
1021
|
+
"constraints": {
|
|
1022
|
+
"notEmpty": true
|
|
1023
|
+
},
|
|
1024
|
+
"feel": "optional",
|
|
1025
|
+
"group": "operation",
|
|
1026
|
+
"binding": {
|
|
1027
|
+
"name": "data.connectorMode.operation.promptName",
|
|
1028
|
+
"type": "zeebe:input"
|
|
1029
|
+
},
|
|
1030
|
+
"condition": {
|
|
1031
|
+
"allMatch": [
|
|
1032
|
+
{
|
|
1033
|
+
"property": "data.connectorMode.operation.type",
|
|
1034
|
+
"equals": "prompts/get",
|
|
1035
|
+
"type": "simple"
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
"property": "data.connectorMode.type",
|
|
1039
|
+
"equals": "standalone",
|
|
1040
|
+
"type": "simple"
|
|
1041
|
+
}
|
|
1042
|
+
]
|
|
1043
|
+
},
|
|
1044
|
+
"type": "String"
|
|
1045
|
+
},
|
|
1046
|
+
{
|
|
1047
|
+
"id": "data.connectorMode.operation.promptArguments",
|
|
1048
|
+
"label": "Prompt arguments",
|
|
1049
|
+
"description": "The arguments to pass to the prompt generation.",
|
|
1050
|
+
"optional": true,
|
|
1051
|
+
"feel": "required",
|
|
1052
|
+
"group": "operation",
|
|
1053
|
+
"binding": {
|
|
1054
|
+
"name": "data.connectorMode.operation.promptArguments",
|
|
1055
|
+
"type": "zeebe:input"
|
|
1056
|
+
},
|
|
1057
|
+
"condition": {
|
|
1058
|
+
"allMatch": [
|
|
1059
|
+
{
|
|
1060
|
+
"property": "data.connectorMode.operation.type",
|
|
1061
|
+
"equals": "prompts/get",
|
|
1062
|
+
"type": "simple"
|
|
1063
|
+
},
|
|
1064
|
+
{
|
|
1065
|
+
"property": "data.connectorMode.type",
|
|
1066
|
+
"equals": "standalone",
|
|
1067
|
+
"type": "simple"
|
|
1068
|
+
}
|
|
1069
|
+
]
|
|
1070
|
+
},
|
|
1071
|
+
"type": "String"
|
|
1072
|
+
},
|
|
965
1073
|
{
|
|
966
1074
|
"id": "data.connectorMode.toolOperation.method",
|
|
967
1075
|
"label": "Method",
|
|
@@ -1006,293 +1114,216 @@
|
|
|
1006
1114
|
"type": "String"
|
|
1007
1115
|
},
|
|
1008
1116
|
{
|
|
1009
|
-
"id": "data.tools.included",
|
|
1117
|
+
"id": "data.connectorMode.standaloneModeFilters.tools.included",
|
|
1010
1118
|
"label": "Included tools",
|
|
1011
1119
|
"description": "List of tools that can be used by the MCP client. By default, all tools are allowed.",
|
|
1012
1120
|
"optional": true,
|
|
1013
1121
|
"feel": "required",
|
|
1014
|
-
"group": "
|
|
1122
|
+
"group": "filters",
|
|
1015
1123
|
"binding": {
|
|
1016
|
-
"name": "data.tools.included",
|
|
1124
|
+
"name": "data.connectorMode.standaloneModeFilters.tools.included",
|
|
1017
1125
|
"type": "zeebe:input"
|
|
1018
1126
|
},
|
|
1127
|
+
"condition": {
|
|
1128
|
+
"allMatch": [
|
|
1129
|
+
{
|
|
1130
|
+
"property": "data.connectorMode.operation.type",
|
|
1131
|
+
"oneOf": ["tools/call", "tools/list"],
|
|
1132
|
+
"type": "simple"
|
|
1133
|
+
},
|
|
1134
|
+
{
|
|
1135
|
+
"property": "data.connectorMode.type",
|
|
1136
|
+
"equals": "standalone",
|
|
1137
|
+
"type": "simple"
|
|
1138
|
+
}
|
|
1139
|
+
]
|
|
1140
|
+
},
|
|
1019
1141
|
"type": "Text"
|
|
1020
1142
|
},
|
|
1021
1143
|
{
|
|
1022
|
-
"id": "data.tools.excluded",
|
|
1144
|
+
"id": "data.connectorMode.standaloneModeFilters.tools.excluded",
|
|
1023
1145
|
"label": "Excluded tools",
|
|
1024
1146
|
"description": "List of tools that are not allowed to be used by the MCP client. Will override any included tools.",
|
|
1025
1147
|
"optional": true,
|
|
1026
1148
|
"feel": "required",
|
|
1027
|
-
"group": "
|
|
1149
|
+
"group": "filters",
|
|
1028
1150
|
"binding": {
|
|
1029
|
-
"name": "data.tools.excluded",
|
|
1151
|
+
"name": "data.connectorMode.standaloneModeFilters.tools.excluded",
|
|
1030
1152
|
"type": "zeebe:input"
|
|
1031
1153
|
},
|
|
1032
|
-
"
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1154
|
+
"condition": {
|
|
1155
|
+
"allMatch": [
|
|
1156
|
+
{
|
|
1157
|
+
"property": "data.connectorMode.operation.type",
|
|
1158
|
+
"oneOf": ["tools/call", "tools/list"],
|
|
1159
|
+
"type": "simple"
|
|
1160
|
+
},
|
|
1161
|
+
{
|
|
1162
|
+
"property": "data.connectorMode.type",
|
|
1163
|
+
"equals": "standalone",
|
|
1164
|
+
"type": "simple"
|
|
1165
|
+
}
|
|
1166
|
+
]
|
|
1043
1167
|
},
|
|
1044
|
-
"type": "
|
|
1168
|
+
"type": "Text"
|
|
1045
1169
|
},
|
|
1046
1170
|
{
|
|
1047
|
-
"id": "
|
|
1048
|
-
"label": "
|
|
1049
|
-
"description": "
|
|
1050
|
-
"
|
|
1051
|
-
"
|
|
1171
|
+
"id": "data.connectorMode.standaloneModeFilters.resources.included",
|
|
1172
|
+
"label": "Included resources",
|
|
1173
|
+
"description": "List of resources that can be accessed by the MCP client. By default, all resources are allowed.",
|
|
1174
|
+
"optional": true,
|
|
1175
|
+
"feel": "required",
|
|
1176
|
+
"group": "filters",
|
|
1052
1177
|
"binding": {
|
|
1053
|
-
"
|
|
1054
|
-
"type": "zeebe:
|
|
1178
|
+
"name": "data.connectorMode.standaloneModeFilters.resources.included",
|
|
1179
|
+
"type": "zeebe:input"
|
|
1055
1180
|
},
|
|
1056
|
-
"
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1181
|
+
"condition": {
|
|
1182
|
+
"allMatch": [
|
|
1183
|
+
{
|
|
1184
|
+
"property": "data.connectorMode.operation.type",
|
|
1185
|
+
"oneOf": [
|
|
1186
|
+
"resources/read",
|
|
1187
|
+
"resources/list",
|
|
1188
|
+
"resources/templates/list"
|
|
1189
|
+
],
|
|
1190
|
+
"type": "simple"
|
|
1191
|
+
},
|
|
1192
|
+
{
|
|
1193
|
+
"property": "data.connectorMode.type",
|
|
1194
|
+
"equals": "standalone",
|
|
1195
|
+
"type": "simple"
|
|
1196
|
+
}
|
|
1197
|
+
]
|
|
1067
1198
|
},
|
|
1068
|
-
"type": "
|
|
1199
|
+
"type": "Text"
|
|
1069
1200
|
},
|
|
1070
1201
|
{
|
|
1071
|
-
"id": "
|
|
1072
|
-
"label": "
|
|
1073
|
-
"description": "
|
|
1202
|
+
"id": "data.connectorMode.standaloneModeFilters.resources.excluded",
|
|
1203
|
+
"label": "Excluded resources",
|
|
1204
|
+
"description": "List of resources that are not allowed to be accessed by the MCP client. Will override any included resources.",
|
|
1205
|
+
"optional": true,
|
|
1074
1206
|
"feel": "required",
|
|
1075
|
-
"group": "
|
|
1207
|
+
"group": "filters",
|
|
1076
1208
|
"binding": {
|
|
1077
|
-
"
|
|
1078
|
-
"type": "zeebe:
|
|
1209
|
+
"name": "data.connectorMode.standaloneModeFilters.resources.excluded",
|
|
1210
|
+
"type": "zeebe:input"
|
|
1211
|
+
},
|
|
1212
|
+
"condition": {
|
|
1213
|
+
"allMatch": [
|
|
1214
|
+
{
|
|
1215
|
+
"property": "data.connectorMode.operation.type",
|
|
1216
|
+
"oneOf": [
|
|
1217
|
+
"resources/read",
|
|
1218
|
+
"resources/list",
|
|
1219
|
+
"resources/templates/list"
|
|
1220
|
+
],
|
|
1221
|
+
"type": "simple"
|
|
1222
|
+
},
|
|
1223
|
+
{
|
|
1224
|
+
"property": "data.connectorMode.type",
|
|
1225
|
+
"equals": "standalone",
|
|
1226
|
+
"type": "simple"
|
|
1227
|
+
}
|
|
1228
|
+
]
|
|
1079
1229
|
},
|
|
1080
1230
|
"type": "Text"
|
|
1081
1231
|
},
|
|
1082
1232
|
{
|
|
1083
|
-
"id": "
|
|
1084
|
-
"label": "
|
|
1085
|
-
"description": "
|
|
1233
|
+
"id": "data.connectorMode.standaloneModeFilters.prompts.included",
|
|
1234
|
+
"label": "Included prompts",
|
|
1235
|
+
"description": "List of prompts that can be accessed by the MCP client. By default, all prompts are allowed.",
|
|
1236
|
+
"optional": true,
|
|
1086
1237
|
"feel": "required",
|
|
1087
|
-
"group": "
|
|
1238
|
+
"group": "filters",
|
|
1088
1239
|
"binding": {
|
|
1089
|
-
"
|
|
1090
|
-
"type": "zeebe:taskHeader"
|
|
1091
|
-
},
|
|
1092
|
-
"type": "Text"
|
|
1093
|
-
},
|
|
1094
|
-
{
|
|
1095
|
-
"id": "retryCount",
|
|
1096
|
-
"label": "Retries",
|
|
1097
|
-
"description": "Number of retries",
|
|
1098
|
-
"value": "3",
|
|
1099
|
-
"feel": "optional",
|
|
1100
|
-
"group": "retries",
|
|
1101
|
-
"binding": {
|
|
1102
|
-
"property": "retries",
|
|
1103
|
-
"type": "zeebe:taskDefinition"
|
|
1104
|
-
},
|
|
1105
|
-
"type": "String"
|
|
1106
|
-
},
|
|
1107
|
-
{
|
|
1108
|
-
"id": "retryBackoff",
|
|
1109
|
-
"label": "Retry backoff",
|
|
1110
|
-
"description": "ISO-8601 duration to wait between retries",
|
|
1111
|
-
"value": "PT0S",
|
|
1112
|
-
"group": "retries",
|
|
1113
|
-
"binding": {
|
|
1114
|
-
"key": "retryBackoff",
|
|
1115
|
-
"type": "zeebe:taskHeader"
|
|
1116
|
-
},
|
|
1117
|
-
"type": "String"
|
|
1118
|
-
}
|
|
1119
|
-
],
|
|
1120
|
-
"icon": {
|
|
1121
|
-
"contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMjAwIDIwMCI+CiAgICA8cGF0aCBkPSJNMjUgOTcuODUyOEw5Mi44ODIzIDI5Ljk3MDZDMTAyLjI1NSAyMC41OTggMTE3LjQ1MSAyMC41OTggMTI2LjgyMyAyOS45NzA2VjI5Ljk3MDZDMTM2LjE5NiAzOS4zNDMxIDEzNi4xOTYgNTQuNTM5MSAxMjYuODIzIDYzLjkxMTdMNzUuNTU4MSAxMTUuMTc3IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KICAgIDxwYXRoIGQ9Ik03Ni4yNjUzIDExNC40N0wxMjYuODIzIDYzLjkxMTdDMTM2LjE5NiA1NC41MzkxIDE1MS4zOTIgNTQuNTM5MSAxNjAuNzY1IDYzLjkxMTdMMTYxLjExOCA2NC4yNjUyQzE3MC40OTEgNzMuNjM3OCAxNzAuNDkxIDg4LjgzMzggMTYxLjExOCA5OC4yMDYzTDk5LjcyNDggMTU5LjZDOTYuNjAwNiAxNjIuNzI0IDk2LjYwMDYgMTY3Ljc4OSA5OS43MjQ4IDE3MC45MTNMMTEyLjMzMSAxODMuNTIiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMTIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgogICAgPHBhdGggZD0iTTEwOS44NTMgNDYuOTQxMUw1OS42NDgyIDk3LjE0NTdDNTAuMjc1NyAxMDYuNTE4IDUwLjI3NTcgMTIxLjcxNCA1OS42NDgyIDEzMS4wODdWMTMxLjA4N0M2OS4wMjA4IDE0MC40NTkgODQuMjE2OCAxNDAuNDU5IDkzLjU4OTQgMTMxLjA4N0wxNDMuNzk0IDgwLjg4MjIiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMTIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K"
|
|
1122
|
-
}
|
|
1123
|
-
},
|
|
1124
|
-
{
|
|
1125
|
-
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1126
|
-
"name": "MCP Remote Client (early access)",
|
|
1127
|
-
"id": "io.camunda.connectors.agenticai.mcp.remoteclient.v0",
|
|
1128
|
-
"description": "MCP (Model Context Protocol) client, operating on temporary remote connections. Only supports tool operations.",
|
|
1129
|
-
"metadata": {
|
|
1130
|
-
"keywords": []
|
|
1131
|
-
},
|
|
1132
|
-
"version": 0,
|
|
1133
|
-
"category": {
|
|
1134
|
-
"id": "connectors",
|
|
1135
|
-
"name": "Connectors"
|
|
1136
|
-
},
|
|
1137
|
-
"appliesTo": ["bpmn:Task"],
|
|
1138
|
-
"elementType": {
|
|
1139
|
-
"value": "bpmn:ServiceTask"
|
|
1140
|
-
},
|
|
1141
|
-
"engines": {
|
|
1142
|
-
"camunda": "^8.8"
|
|
1143
|
-
},
|
|
1144
|
-
"groups": [
|
|
1145
|
-
{
|
|
1146
|
-
"id": "connection",
|
|
1147
|
-
"label": "HTTP Connection",
|
|
1148
|
-
"tooltip": "Configure the HTTP/SSE connection to the remote MCP server. Setting authentication headers is not supported yet."
|
|
1149
|
-
},
|
|
1150
|
-
{
|
|
1151
|
-
"id": "tools",
|
|
1152
|
-
"label": "Tools"
|
|
1153
|
-
},
|
|
1154
|
-
{
|
|
1155
|
-
"id": "operation",
|
|
1156
|
-
"label": "Operation"
|
|
1157
|
-
},
|
|
1158
|
-
{
|
|
1159
|
-
"id": "connector",
|
|
1160
|
-
"label": "Connector"
|
|
1161
|
-
},
|
|
1162
|
-
{
|
|
1163
|
-
"id": "output",
|
|
1164
|
-
"label": "Output mapping"
|
|
1165
|
-
},
|
|
1166
|
-
{
|
|
1167
|
-
"id": "error",
|
|
1168
|
-
"label": "Error handling"
|
|
1169
|
-
},
|
|
1170
|
-
{
|
|
1171
|
-
"id": "retries",
|
|
1172
|
-
"label": "Retries"
|
|
1173
|
-
}
|
|
1174
|
-
],
|
|
1175
|
-
"properties": [
|
|
1176
|
-
{
|
|
1177
|
-
"value": "io.camunda.agenticai:mcpremoteclient:0",
|
|
1178
|
-
"binding": {
|
|
1179
|
-
"property": "type",
|
|
1180
|
-
"type": "zeebe:taskDefinition"
|
|
1181
|
-
},
|
|
1182
|
-
"type": "Hidden"
|
|
1183
|
-
},
|
|
1184
|
-
{
|
|
1185
|
-
"value": "mcpClient",
|
|
1186
|
-
"binding": {
|
|
1187
|
-
"name": "io.camunda.agenticai.gateway.type",
|
|
1188
|
-
"type": "zeebe:property"
|
|
1189
|
-
},
|
|
1190
|
-
"type": "Hidden"
|
|
1191
|
-
},
|
|
1192
|
-
{
|
|
1193
|
-
"id": "data.connection.sseUrl",
|
|
1194
|
-
"label": "SSE URL",
|
|
1195
|
-
"description": "SSE URL to connect to the MCP server. Typically ends with <code>/sse</code>.",
|
|
1196
|
-
"optional": false,
|
|
1197
|
-
"constraints": {
|
|
1198
|
-
"notEmpty": true
|
|
1199
|
-
},
|
|
1200
|
-
"feel": "optional",
|
|
1201
|
-
"group": "connection",
|
|
1202
|
-
"binding": {
|
|
1203
|
-
"name": "data.connection.sseUrl",
|
|
1240
|
+
"name": "data.connectorMode.standaloneModeFilters.prompts.included",
|
|
1204
1241
|
"type": "zeebe:input"
|
|
1205
1242
|
},
|
|
1206
|
-
"
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1243
|
+
"condition": {
|
|
1244
|
+
"allMatch": [
|
|
1245
|
+
{
|
|
1246
|
+
"property": "data.connectorMode.operation.type",
|
|
1247
|
+
"oneOf": ["prompts/get", "prompts/list"],
|
|
1248
|
+
"type": "simple"
|
|
1249
|
+
},
|
|
1250
|
+
{
|
|
1251
|
+
"property": "data.connectorMode.type",
|
|
1252
|
+
"equals": "standalone",
|
|
1253
|
+
"type": "simple"
|
|
1254
|
+
}
|
|
1255
|
+
]
|
|
1217
1256
|
},
|
|
1218
|
-
"type": "
|
|
1257
|
+
"type": "Text"
|
|
1219
1258
|
},
|
|
1220
1259
|
{
|
|
1221
|
-
"id": "data.
|
|
1222
|
-
"label": "
|
|
1223
|
-
"description": "
|
|
1260
|
+
"id": "data.connectorMode.standaloneModeFilters.prompts.excluded",
|
|
1261
|
+
"label": "Excluded prompts",
|
|
1262
|
+
"description": "List of prompts that are not allowed to be accessed by the MCP client. Will override any included prompts.",
|
|
1224
1263
|
"optional": true,
|
|
1225
|
-
"
|
|
1264
|
+
"feel": "required",
|
|
1265
|
+
"group": "filters",
|
|
1226
1266
|
"binding": {
|
|
1227
|
-
"name": "data.
|
|
1267
|
+
"name": "data.connectorMode.standaloneModeFilters.prompts.excluded",
|
|
1228
1268
|
"type": "zeebe:input"
|
|
1229
1269
|
},
|
|
1230
|
-
"
|
|
1270
|
+
"condition": {
|
|
1271
|
+
"allMatch": [
|
|
1272
|
+
{
|
|
1273
|
+
"property": "data.connectorMode.operation.type",
|
|
1274
|
+
"oneOf": ["prompts/get", "prompts/list"],
|
|
1275
|
+
"type": "simple"
|
|
1276
|
+
},
|
|
1277
|
+
{
|
|
1278
|
+
"property": "data.connectorMode.type",
|
|
1279
|
+
"equals": "standalone",
|
|
1280
|
+
"type": "simple"
|
|
1281
|
+
}
|
|
1282
|
+
]
|
|
1283
|
+
},
|
|
1284
|
+
"type": "Text"
|
|
1231
1285
|
},
|
|
1232
1286
|
{
|
|
1233
|
-
"id": "data.tools.included",
|
|
1287
|
+
"id": "data.connectorMode.toolModeFilters.tools.included",
|
|
1234
1288
|
"label": "Included tools",
|
|
1235
1289
|
"description": "List of tools that can be used by the MCP client. By default, all tools are allowed.",
|
|
1236
1290
|
"optional": true,
|
|
1237
1291
|
"feel": "required",
|
|
1238
|
-
"group": "
|
|
1292
|
+
"group": "filters",
|
|
1239
1293
|
"binding": {
|
|
1240
|
-
"name": "data.tools.included",
|
|
1294
|
+
"name": "data.connectorMode.toolModeFilters.tools.included",
|
|
1241
1295
|
"type": "zeebe:input"
|
|
1242
1296
|
},
|
|
1297
|
+
"condition": {
|
|
1298
|
+
"property": "data.connectorMode.type",
|
|
1299
|
+
"equals": "aiAgentTool",
|
|
1300
|
+
"type": "simple"
|
|
1301
|
+
},
|
|
1243
1302
|
"type": "Text"
|
|
1244
1303
|
},
|
|
1245
1304
|
{
|
|
1246
|
-
"id": "data.tools.excluded",
|
|
1305
|
+
"id": "data.connectorMode.toolModeFilters.tools.excluded",
|
|
1247
1306
|
"label": "Excluded tools",
|
|
1248
1307
|
"description": "List of tools that are not allowed to be used by the MCP client. Will override any included tools.",
|
|
1249
1308
|
"optional": true,
|
|
1250
1309
|
"feel": "required",
|
|
1251
|
-
"group": "
|
|
1252
|
-
"binding": {
|
|
1253
|
-
"name": "data.tools.excluded",
|
|
1254
|
-
"type": "zeebe:input"
|
|
1255
|
-
},
|
|
1256
|
-
"type": "Text"
|
|
1257
|
-
},
|
|
1258
|
-
{
|
|
1259
|
-
"id": "data.operation.method",
|
|
1260
|
-
"label": "Method",
|
|
1261
|
-
"description": "The MCP method to be called, e.g. <code>tools/list</code>.",
|
|
1262
|
-
"optional": false,
|
|
1263
|
-
"value": "=toolCall.method",
|
|
1264
|
-
"constraints": {
|
|
1265
|
-
"notEmpty": true
|
|
1266
|
-
},
|
|
1267
|
-
"feel": "optional",
|
|
1268
|
-
"group": "operation",
|
|
1310
|
+
"group": "filters",
|
|
1269
1311
|
"binding": {
|
|
1270
|
-
"name": "data.
|
|
1312
|
+
"name": "data.connectorMode.toolModeFilters.tools.excluded",
|
|
1271
1313
|
"type": "zeebe:input"
|
|
1272
1314
|
},
|
|
1273
|
-
"
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
"id": "data.operation.params",
|
|
1278
|
-
"label": "Parameters",
|
|
1279
|
-
"description": "The parameters to be passed to the MCP method.",
|
|
1280
|
-
"optional": true,
|
|
1281
|
-
"value": "=toolCall.params",
|
|
1282
|
-
"feel": "required",
|
|
1283
|
-
"group": "operation",
|
|
1284
|
-
"binding": {
|
|
1285
|
-
"name": "data.operation.params",
|
|
1286
|
-
"type": "zeebe:input"
|
|
1315
|
+
"condition": {
|
|
1316
|
+
"property": "data.connectorMode.type",
|
|
1317
|
+
"equals": "aiAgentTool",
|
|
1318
|
+
"type": "simple"
|
|
1287
1319
|
},
|
|
1288
|
-
"
|
|
1289
|
-
"type": "String"
|
|
1320
|
+
"type": "Text"
|
|
1290
1321
|
},
|
|
1291
1322
|
{
|
|
1292
1323
|
"id": "version",
|
|
1293
1324
|
"label": "Version",
|
|
1294
1325
|
"description": "Version of the element template",
|
|
1295
|
-
"value": "
|
|
1326
|
+
"value": "2",
|
|
1296
1327
|
"group": "connector",
|
|
1297
1328
|
"binding": {
|
|
1298
1329
|
"key": "elementTemplateVersion",
|
|
@@ -1386,7 +1417,7 @@
|
|
|
1386
1417
|
"metadata": {
|
|
1387
1418
|
"keywords": []
|
|
1388
1419
|
},
|
|
1389
|
-
"version":
|
|
1420
|
+
"version": 1,
|
|
1390
1421
|
"category": {
|
|
1391
1422
|
"id": "connectors",
|
|
1392
1423
|
"name": "Connectors"
|
|
@@ -1422,8 +1453,8 @@
|
|
|
1422
1453
|
"label": "Operation"
|
|
1423
1454
|
},
|
|
1424
1455
|
{
|
|
1425
|
-
"id": "
|
|
1426
|
-
"label": "
|
|
1456
|
+
"id": "tools",
|
|
1457
|
+
"label": "Tools",
|
|
1427
1458
|
"openByDefault": false
|
|
1428
1459
|
},
|
|
1429
1460
|
{
|
|
@@ -2274,33 +2305,13 @@
|
|
|
2274
2305
|
},
|
|
2275
2306
|
"type": "Dropdown",
|
|
2276
2307
|
"choices": [
|
|
2277
|
-
{
|
|
2278
|
-
"name": "List Tools",
|
|
2279
|
-
"value": "tools/list"
|
|
2280
|
-
},
|
|
2281
2308
|
{
|
|
2282
2309
|
"name": "Call Tool",
|
|
2283
2310
|
"value": "tools/call"
|
|
2284
2311
|
},
|
|
2285
2312
|
{
|
|
2286
|
-
"name": "List
|
|
2287
|
-
"value": "
|
|
2288
|
-
},
|
|
2289
|
-
{
|
|
2290
|
-
"name": "List Resource Templates",
|
|
2291
|
-
"value": "resources/templates/list"
|
|
2292
|
-
},
|
|
2293
|
-
{
|
|
2294
|
-
"name": "Read Resource",
|
|
2295
|
-
"value": "resources/read"
|
|
2296
|
-
},
|
|
2297
|
-
{
|
|
2298
|
-
"name": "List Prompts",
|
|
2299
|
-
"value": "prompts/list"
|
|
2300
|
-
},
|
|
2301
|
-
{
|
|
2302
|
-
"name": "Get Prompt",
|
|
2303
|
-
"value": "prompts/get"
|
|
2313
|
+
"name": "List Tools",
|
|
2314
|
+
"value": "tools/list"
|
|
2304
2315
|
}
|
|
2305
2316
|
]
|
|
2306
2317
|
},
|
|
@@ -2361,93 +2372,6 @@
|
|
|
2361
2372
|
},
|
|
2362
2373
|
"type": "String"
|
|
2363
2374
|
},
|
|
2364
|
-
{
|
|
2365
|
-
"id": "data.connectorMode.operation.resourceUri",
|
|
2366
|
-
"label": "Resource URI",
|
|
2367
|
-
"description": "The URI of the resource to read.",
|
|
2368
|
-
"optional": false,
|
|
2369
|
-
"constraints": {
|
|
2370
|
-
"notEmpty": true
|
|
2371
|
-
},
|
|
2372
|
-
"feel": "optional",
|
|
2373
|
-
"group": "operation",
|
|
2374
|
-
"binding": {
|
|
2375
|
-
"name": "data.connectorMode.operation.resourceUri",
|
|
2376
|
-
"type": "zeebe:input"
|
|
2377
|
-
},
|
|
2378
|
-
"condition": {
|
|
2379
|
-
"allMatch": [
|
|
2380
|
-
{
|
|
2381
|
-
"property": "data.connectorMode.operation.type",
|
|
2382
|
-
"equals": "resources/read",
|
|
2383
|
-
"type": "simple"
|
|
2384
|
-
},
|
|
2385
|
-
{
|
|
2386
|
-
"property": "data.connectorMode.type",
|
|
2387
|
-
"equals": "standalone",
|
|
2388
|
-
"type": "simple"
|
|
2389
|
-
}
|
|
2390
|
-
]
|
|
2391
|
-
},
|
|
2392
|
-
"type": "String"
|
|
2393
|
-
},
|
|
2394
|
-
{
|
|
2395
|
-
"id": "data.connectorMode.operation.promptName",
|
|
2396
|
-
"label": "Prompt name",
|
|
2397
|
-
"description": "The name of the prompt to get.",
|
|
2398
|
-
"optional": false,
|
|
2399
|
-
"constraints": {
|
|
2400
|
-
"notEmpty": true
|
|
2401
|
-
},
|
|
2402
|
-
"feel": "optional",
|
|
2403
|
-
"group": "operation",
|
|
2404
|
-
"binding": {
|
|
2405
|
-
"name": "data.connectorMode.operation.promptName",
|
|
2406
|
-
"type": "zeebe:input"
|
|
2407
|
-
},
|
|
2408
|
-
"condition": {
|
|
2409
|
-
"allMatch": [
|
|
2410
|
-
{
|
|
2411
|
-
"property": "data.connectorMode.operation.type",
|
|
2412
|
-
"equals": "prompts/get",
|
|
2413
|
-
"type": "simple"
|
|
2414
|
-
},
|
|
2415
|
-
{
|
|
2416
|
-
"property": "data.connectorMode.type",
|
|
2417
|
-
"equals": "standalone",
|
|
2418
|
-
"type": "simple"
|
|
2419
|
-
}
|
|
2420
|
-
]
|
|
2421
|
-
},
|
|
2422
|
-
"type": "String"
|
|
2423
|
-
},
|
|
2424
|
-
{
|
|
2425
|
-
"id": "data.connectorMode.operation.promptArguments",
|
|
2426
|
-
"label": "Prompt arguments",
|
|
2427
|
-
"description": "The arguments to pass to the prompt generation.",
|
|
2428
|
-
"optional": true,
|
|
2429
|
-
"feel": "required",
|
|
2430
|
-
"group": "operation",
|
|
2431
|
-
"binding": {
|
|
2432
|
-
"name": "data.connectorMode.operation.promptArguments",
|
|
2433
|
-
"type": "zeebe:input"
|
|
2434
|
-
},
|
|
2435
|
-
"condition": {
|
|
2436
|
-
"allMatch": [
|
|
2437
|
-
{
|
|
2438
|
-
"property": "data.connectorMode.operation.type",
|
|
2439
|
-
"equals": "prompts/get",
|
|
2440
|
-
"type": "simple"
|
|
2441
|
-
},
|
|
2442
|
-
{
|
|
2443
|
-
"property": "data.connectorMode.type",
|
|
2444
|
-
"equals": "standalone",
|
|
2445
|
-
"type": "simple"
|
|
2446
|
-
}
|
|
2447
|
-
]
|
|
2448
|
-
},
|
|
2449
|
-
"type": "String"
|
|
2450
|
-
},
|
|
2451
2375
|
{
|
|
2452
2376
|
"id": "data.connectorMode.toolOperation.method",
|
|
2453
2377
|
"label": "Method",
|
|
@@ -2492,216 +2416,293 @@
|
|
|
2492
2416
|
"type": "String"
|
|
2493
2417
|
},
|
|
2494
2418
|
{
|
|
2495
|
-
"id": "data.
|
|
2419
|
+
"id": "data.tools.included",
|
|
2496
2420
|
"label": "Included tools",
|
|
2497
2421
|
"description": "List of tools that can be used by the MCP client. By default, all tools are allowed.",
|
|
2498
2422
|
"optional": true,
|
|
2499
2423
|
"feel": "required",
|
|
2500
|
-
"group": "
|
|
2424
|
+
"group": "tools",
|
|
2501
2425
|
"binding": {
|
|
2502
|
-
"name": "data.
|
|
2426
|
+
"name": "data.tools.included",
|
|
2503
2427
|
"type": "zeebe:input"
|
|
2504
2428
|
},
|
|
2505
|
-
"condition": {
|
|
2506
|
-
"allMatch": [
|
|
2507
|
-
{
|
|
2508
|
-
"property": "data.connectorMode.operation.type",
|
|
2509
|
-
"oneOf": ["tools/call", "tools/list"],
|
|
2510
|
-
"type": "simple"
|
|
2511
|
-
},
|
|
2512
|
-
{
|
|
2513
|
-
"property": "data.connectorMode.type",
|
|
2514
|
-
"equals": "standalone",
|
|
2515
|
-
"type": "simple"
|
|
2516
|
-
}
|
|
2517
|
-
]
|
|
2518
|
-
},
|
|
2519
2429
|
"type": "Text"
|
|
2520
2430
|
},
|
|
2521
2431
|
{
|
|
2522
|
-
"id": "data.
|
|
2432
|
+
"id": "data.tools.excluded",
|
|
2523
2433
|
"label": "Excluded tools",
|
|
2524
2434
|
"description": "List of tools that are not allowed to be used by the MCP client. Will override any included tools.",
|
|
2525
2435
|
"optional": true,
|
|
2526
2436
|
"feel": "required",
|
|
2527
|
-
"group": "
|
|
2437
|
+
"group": "tools",
|
|
2528
2438
|
"binding": {
|
|
2529
|
-
"name": "data.
|
|
2439
|
+
"name": "data.tools.excluded",
|
|
2530
2440
|
"type": "zeebe:input"
|
|
2531
2441
|
},
|
|
2532
|
-
"condition": {
|
|
2533
|
-
"allMatch": [
|
|
2534
|
-
{
|
|
2535
|
-
"property": "data.connectorMode.operation.type",
|
|
2536
|
-
"oneOf": ["tools/call", "tools/list"],
|
|
2537
|
-
"type": "simple"
|
|
2538
|
-
},
|
|
2539
|
-
{
|
|
2540
|
-
"property": "data.connectorMode.type",
|
|
2541
|
-
"equals": "standalone",
|
|
2542
|
-
"type": "simple"
|
|
2543
|
-
}
|
|
2544
|
-
]
|
|
2545
|
-
},
|
|
2546
2442
|
"type": "Text"
|
|
2547
2443
|
},
|
|
2548
2444
|
{
|
|
2549
|
-
"id": "
|
|
2550
|
-
"label": "
|
|
2551
|
-
"description": "
|
|
2552
|
-
"
|
|
2553
|
-
"
|
|
2554
|
-
"group": "filters",
|
|
2445
|
+
"id": "version",
|
|
2446
|
+
"label": "Version",
|
|
2447
|
+
"description": "Version of the element template",
|
|
2448
|
+
"value": "1",
|
|
2449
|
+
"group": "connector",
|
|
2555
2450
|
"binding": {
|
|
2556
|
-
"
|
|
2557
|
-
"type": "zeebe:
|
|
2451
|
+
"key": "elementTemplateVersion",
|
|
2452
|
+
"type": "zeebe:taskHeader"
|
|
2558
2453
|
},
|
|
2559
|
-
"
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
{
|
|
2571
|
-
"property": "data.connectorMode.type",
|
|
2572
|
-
"equals": "standalone",
|
|
2573
|
-
"type": "simple"
|
|
2574
|
-
}
|
|
2575
|
-
]
|
|
2454
|
+
"type": "Hidden"
|
|
2455
|
+
},
|
|
2456
|
+
{
|
|
2457
|
+
"id": "id",
|
|
2458
|
+
"label": "ID",
|
|
2459
|
+
"description": "ID of the element template",
|
|
2460
|
+
"value": "io.camunda.connectors.agenticai.mcp.remoteclient.v0",
|
|
2461
|
+
"group": "connector",
|
|
2462
|
+
"binding": {
|
|
2463
|
+
"key": "elementTemplateId",
|
|
2464
|
+
"type": "zeebe:taskHeader"
|
|
2576
2465
|
},
|
|
2577
|
-
"type": "
|
|
2466
|
+
"type": "Hidden"
|
|
2578
2467
|
},
|
|
2579
2468
|
{
|
|
2580
|
-
"id": "
|
|
2581
|
-
"label": "
|
|
2582
|
-
"description": "
|
|
2583
|
-
"
|
|
2584
|
-
"
|
|
2585
|
-
"group": "filters",
|
|
2469
|
+
"id": "resultVariable",
|
|
2470
|
+
"label": "Result variable",
|
|
2471
|
+
"description": "Name of variable to store the response in",
|
|
2472
|
+
"value": "toolCallResult",
|
|
2473
|
+
"group": "output",
|
|
2586
2474
|
"binding": {
|
|
2587
|
-
"
|
|
2588
|
-
"type": "zeebe:
|
|
2475
|
+
"key": "resultVariable",
|
|
2476
|
+
"type": "zeebe:taskHeader"
|
|
2589
2477
|
},
|
|
2590
|
-
"
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
|
-
|
|
2597
|
-
|
|
2598
|
-
|
|
2599
|
-
|
|
2600
|
-
|
|
2601
|
-
{
|
|
2602
|
-
"property": "data.connectorMode.type",
|
|
2603
|
-
"equals": "standalone",
|
|
2604
|
-
"type": "simple"
|
|
2605
|
-
}
|
|
2606
|
-
]
|
|
2478
|
+
"type": "String"
|
|
2479
|
+
},
|
|
2480
|
+
{
|
|
2481
|
+
"id": "resultExpression",
|
|
2482
|
+
"label": "Result expression",
|
|
2483
|
+
"description": "Expression to map the response into process variables",
|
|
2484
|
+
"feel": "required",
|
|
2485
|
+
"group": "output",
|
|
2486
|
+
"binding": {
|
|
2487
|
+
"key": "resultExpression",
|
|
2488
|
+
"type": "zeebe:taskHeader"
|
|
2607
2489
|
},
|
|
2608
2490
|
"type": "Text"
|
|
2609
2491
|
},
|
|
2610
2492
|
{
|
|
2611
|
-
"id": "
|
|
2612
|
-
"label": "
|
|
2613
|
-
"description": "
|
|
2614
|
-
"optional": true,
|
|
2493
|
+
"id": "errorExpression",
|
|
2494
|
+
"label": "Error expression",
|
|
2495
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
2615
2496
|
"feel": "required",
|
|
2616
|
-
"group": "
|
|
2497
|
+
"group": "error",
|
|
2617
2498
|
"binding": {
|
|
2618
|
-
"
|
|
2619
|
-
"type": "zeebe:
|
|
2620
|
-
},
|
|
2621
|
-
"condition": {
|
|
2622
|
-
"allMatch": [
|
|
2623
|
-
{
|
|
2624
|
-
"property": "data.connectorMode.operation.type",
|
|
2625
|
-
"oneOf": ["prompts/get", "prompts/list"],
|
|
2626
|
-
"type": "simple"
|
|
2627
|
-
},
|
|
2628
|
-
{
|
|
2629
|
-
"property": "data.connectorMode.type",
|
|
2630
|
-
"equals": "standalone",
|
|
2631
|
-
"type": "simple"
|
|
2632
|
-
}
|
|
2633
|
-
]
|
|
2499
|
+
"key": "errorExpression",
|
|
2500
|
+
"type": "zeebe:taskHeader"
|
|
2634
2501
|
},
|
|
2635
2502
|
"type": "Text"
|
|
2636
2503
|
},
|
|
2637
2504
|
{
|
|
2638
|
-
"id": "
|
|
2639
|
-
"label": "
|
|
2640
|
-
"description": "
|
|
2505
|
+
"id": "retryCount",
|
|
2506
|
+
"label": "Retries",
|
|
2507
|
+
"description": "Number of retries",
|
|
2508
|
+
"value": "3",
|
|
2509
|
+
"feel": "optional",
|
|
2510
|
+
"group": "retries",
|
|
2511
|
+
"binding": {
|
|
2512
|
+
"property": "retries",
|
|
2513
|
+
"type": "zeebe:taskDefinition"
|
|
2514
|
+
},
|
|
2515
|
+
"type": "String"
|
|
2516
|
+
},
|
|
2517
|
+
{
|
|
2518
|
+
"id": "retryBackoff",
|
|
2519
|
+
"label": "Retry backoff",
|
|
2520
|
+
"description": "ISO-8601 duration to wait between retries",
|
|
2521
|
+
"value": "PT0S",
|
|
2522
|
+
"group": "retries",
|
|
2523
|
+
"binding": {
|
|
2524
|
+
"key": "retryBackoff",
|
|
2525
|
+
"type": "zeebe:taskHeader"
|
|
2526
|
+
},
|
|
2527
|
+
"type": "String"
|
|
2528
|
+
}
|
|
2529
|
+
],
|
|
2530
|
+
"icon": {
|
|
2531
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMjAwIDIwMCI+CiAgICA8cGF0aCBkPSJNMjUgOTcuODUyOEw5Mi44ODIzIDI5Ljk3MDZDMTAyLjI1NSAyMC41OTggMTE3LjQ1MSAyMC41OTggMTI2LjgyMyAyOS45NzA2VjI5Ljk3MDZDMTM2LjE5NiAzOS4zNDMxIDEzNi4xOTYgNTQuNTM5MSAxMjYuODIzIDYzLjkxMTdMNzUuNTU4MSAxMTUuMTc3IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KICAgIDxwYXRoIGQ9Ik03Ni4yNjUzIDExNC40N0wxMjYuODIzIDYzLjkxMTdDMTM2LjE5NiA1NC41MzkxIDE1MS4zOTIgNTQuNTM5MSAxNjAuNzY1IDYzLjkxMTdMMTYxLjExOCA2NC4yNjUyQzE3MC40OTEgNzMuNjM3OCAxNzAuNDkxIDg4LjgzMzggMTYxLjExOCA5OC4yMDYzTDk5LjcyNDggMTU5LjZDOTYuNjAwNiAxNjIuNzI0IDk2LjYwMDYgMTY3Ljc4OSA5OS43MjQ4IDE3MC45MTNMMTEyLjMzMSAxODMuNTIiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMTIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgogICAgPHBhdGggZD0iTTEwOS44NTMgNDYuOTQxMUw1OS42NDgyIDk3LjE0NTdDNTAuMjc1NyAxMDYuNTE4IDUwLjI3NTcgMTIxLjcxNCA1OS42NDgyIDEzMS4wODdWMTMxLjA4N0M2OS4wMjA4IDE0MC40NTkgODQuMjE2OCAxNDAuNDU5IDkzLjU4OTQgMTMxLjA4N0wxNDMuNzk0IDgwLjg4MjIiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMTIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K"
|
|
2532
|
+
}
|
|
2533
|
+
},
|
|
2534
|
+
{
|
|
2535
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
2536
|
+
"name": "MCP Remote Client (early access)",
|
|
2537
|
+
"id": "io.camunda.connectors.agenticai.mcp.remoteclient.v0",
|
|
2538
|
+
"description": "MCP (Model Context Protocol) client, operating on temporary remote connections. Only supports tool operations.",
|
|
2539
|
+
"metadata": {
|
|
2540
|
+
"keywords": []
|
|
2541
|
+
},
|
|
2542
|
+
"version": 0,
|
|
2543
|
+
"category": {
|
|
2544
|
+
"id": "connectors",
|
|
2545
|
+
"name": "Connectors"
|
|
2546
|
+
},
|
|
2547
|
+
"appliesTo": ["bpmn:Task"],
|
|
2548
|
+
"elementType": {
|
|
2549
|
+
"value": "bpmn:ServiceTask"
|
|
2550
|
+
},
|
|
2551
|
+
"engines": {
|
|
2552
|
+
"camunda": "^8.8"
|
|
2553
|
+
},
|
|
2554
|
+
"groups": [
|
|
2555
|
+
{
|
|
2556
|
+
"id": "connection",
|
|
2557
|
+
"label": "HTTP Connection",
|
|
2558
|
+
"tooltip": "Configure the HTTP/SSE connection to the remote MCP server. Setting authentication headers is not supported yet."
|
|
2559
|
+
},
|
|
2560
|
+
{
|
|
2561
|
+
"id": "tools",
|
|
2562
|
+
"label": "Tools"
|
|
2563
|
+
},
|
|
2564
|
+
{
|
|
2565
|
+
"id": "operation",
|
|
2566
|
+
"label": "Operation"
|
|
2567
|
+
},
|
|
2568
|
+
{
|
|
2569
|
+
"id": "connector",
|
|
2570
|
+
"label": "Connector"
|
|
2571
|
+
},
|
|
2572
|
+
{
|
|
2573
|
+
"id": "output",
|
|
2574
|
+
"label": "Output mapping"
|
|
2575
|
+
},
|
|
2576
|
+
{
|
|
2577
|
+
"id": "error",
|
|
2578
|
+
"label": "Error handling"
|
|
2579
|
+
},
|
|
2580
|
+
{
|
|
2581
|
+
"id": "retries",
|
|
2582
|
+
"label": "Retries"
|
|
2583
|
+
}
|
|
2584
|
+
],
|
|
2585
|
+
"properties": [
|
|
2586
|
+
{
|
|
2587
|
+
"value": "io.camunda.agenticai:mcpremoteclient:0",
|
|
2588
|
+
"binding": {
|
|
2589
|
+
"property": "type",
|
|
2590
|
+
"type": "zeebe:taskDefinition"
|
|
2591
|
+
},
|
|
2592
|
+
"type": "Hidden"
|
|
2593
|
+
},
|
|
2594
|
+
{
|
|
2595
|
+
"value": "mcpClient",
|
|
2596
|
+
"binding": {
|
|
2597
|
+
"name": "io.camunda.agenticai.gateway.type",
|
|
2598
|
+
"type": "zeebe:property"
|
|
2599
|
+
},
|
|
2600
|
+
"type": "Hidden"
|
|
2601
|
+
},
|
|
2602
|
+
{
|
|
2603
|
+
"id": "data.connection.sseUrl",
|
|
2604
|
+
"label": "SSE URL",
|
|
2605
|
+
"description": "SSE URL to connect to the MCP server. Typically ends with <code>/sse</code>.",
|
|
2606
|
+
"optional": false,
|
|
2607
|
+
"constraints": {
|
|
2608
|
+
"notEmpty": true
|
|
2609
|
+
},
|
|
2610
|
+
"feel": "optional",
|
|
2611
|
+
"group": "connection",
|
|
2612
|
+
"binding": {
|
|
2613
|
+
"name": "data.connection.sseUrl",
|
|
2614
|
+
"type": "zeebe:input"
|
|
2615
|
+
},
|
|
2616
|
+
"type": "String"
|
|
2617
|
+
},
|
|
2618
|
+
{
|
|
2619
|
+
"id": "data.connection.headers",
|
|
2620
|
+
"label": "HTTP headers",
|
|
2621
|
+
"description": "Map of HTTP headers to add to the request <strong>(NOT SUPPORTED YET)</strong>.",
|
|
2641
2622
|
"optional": true,
|
|
2642
|
-
"
|
|
2643
|
-
"group": "filters",
|
|
2623
|
+
"group": "connection",
|
|
2644
2624
|
"binding": {
|
|
2645
|
-
"name": "data.
|
|
2625
|
+
"name": "data.connection.headers",
|
|
2646
2626
|
"type": "zeebe:input"
|
|
2647
2627
|
},
|
|
2648
|
-
"
|
|
2649
|
-
|
|
2650
|
-
|
|
2651
|
-
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
-
|
|
2655
|
-
|
|
2656
|
-
|
|
2657
|
-
|
|
2658
|
-
|
|
2659
|
-
}
|
|
2660
|
-
]
|
|
2628
|
+
"type": "Hidden"
|
|
2629
|
+
},
|
|
2630
|
+
{
|
|
2631
|
+
"id": "data.connection.timeout",
|
|
2632
|
+
"label": "Timeout",
|
|
2633
|
+
"description": "Timeout for individual HTTP requests as ISO-8601 duration (example: <code>PT30S</code>)",
|
|
2634
|
+
"optional": true,
|
|
2635
|
+
"group": "connection",
|
|
2636
|
+
"binding": {
|
|
2637
|
+
"name": "data.connection.timeout",
|
|
2638
|
+
"type": "zeebe:input"
|
|
2661
2639
|
},
|
|
2662
|
-
"type": "
|
|
2640
|
+
"type": "Hidden"
|
|
2663
2641
|
},
|
|
2664
2642
|
{
|
|
2665
|
-
"id": "data.
|
|
2643
|
+
"id": "data.tools.included",
|
|
2666
2644
|
"label": "Included tools",
|
|
2667
2645
|
"description": "List of tools that can be used by the MCP client. By default, all tools are allowed.",
|
|
2668
2646
|
"optional": true,
|
|
2669
2647
|
"feel": "required",
|
|
2670
|
-
"group": "
|
|
2648
|
+
"group": "tools",
|
|
2671
2649
|
"binding": {
|
|
2672
|
-
"name": "data.
|
|
2650
|
+
"name": "data.tools.included",
|
|
2673
2651
|
"type": "zeebe:input"
|
|
2674
2652
|
},
|
|
2675
|
-
"condition": {
|
|
2676
|
-
"property": "data.connectorMode.type",
|
|
2677
|
-
"equals": "aiAgentTool",
|
|
2678
|
-
"type": "simple"
|
|
2679
|
-
},
|
|
2680
2653
|
"type": "Text"
|
|
2681
2654
|
},
|
|
2682
2655
|
{
|
|
2683
|
-
"id": "data.
|
|
2656
|
+
"id": "data.tools.excluded",
|
|
2684
2657
|
"label": "Excluded tools",
|
|
2685
2658
|
"description": "List of tools that are not allowed to be used by the MCP client. Will override any included tools.",
|
|
2686
2659
|
"optional": true,
|
|
2687
2660
|
"feel": "required",
|
|
2688
|
-
"group": "
|
|
2661
|
+
"group": "tools",
|
|
2689
2662
|
"binding": {
|
|
2690
|
-
"name": "data.
|
|
2663
|
+
"name": "data.tools.excluded",
|
|
2691
2664
|
"type": "zeebe:input"
|
|
2692
2665
|
},
|
|
2693
|
-
"condition": {
|
|
2694
|
-
"property": "data.connectorMode.type",
|
|
2695
|
-
"equals": "aiAgentTool",
|
|
2696
|
-
"type": "simple"
|
|
2697
|
-
},
|
|
2698
2666
|
"type": "Text"
|
|
2699
2667
|
},
|
|
2668
|
+
{
|
|
2669
|
+
"id": "data.operation.method",
|
|
2670
|
+
"label": "Method",
|
|
2671
|
+
"description": "The MCP method to be called, e.g. <code>tools/list</code>.",
|
|
2672
|
+
"optional": false,
|
|
2673
|
+
"value": "=toolCall.method",
|
|
2674
|
+
"constraints": {
|
|
2675
|
+
"notEmpty": true
|
|
2676
|
+
},
|
|
2677
|
+
"feel": "optional",
|
|
2678
|
+
"group": "operation",
|
|
2679
|
+
"binding": {
|
|
2680
|
+
"name": "data.operation.method",
|
|
2681
|
+
"type": "zeebe:input"
|
|
2682
|
+
},
|
|
2683
|
+
"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>",
|
|
2684
|
+
"type": "String"
|
|
2685
|
+
},
|
|
2686
|
+
{
|
|
2687
|
+
"id": "data.operation.params",
|
|
2688
|
+
"label": "Parameters",
|
|
2689
|
+
"description": "The parameters to be passed to the MCP method.",
|
|
2690
|
+
"optional": true,
|
|
2691
|
+
"value": "=toolCall.params",
|
|
2692
|
+
"feel": "required",
|
|
2693
|
+
"group": "operation",
|
|
2694
|
+
"binding": {
|
|
2695
|
+
"name": "data.operation.params",
|
|
2696
|
+
"type": "zeebe:input"
|
|
2697
|
+
},
|
|
2698
|
+
"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.",
|
|
2699
|
+
"type": "String"
|
|
2700
|
+
},
|
|
2700
2701
|
{
|
|
2701
2702
|
"id": "version",
|
|
2702
2703
|
"label": "Version",
|
|
2703
2704
|
"description": "Version of the element template",
|
|
2704
|
-
"value": "
|
|
2705
|
+
"value": "0",
|
|
2705
2706
|
"group": "connector",
|
|
2706
2707
|
"binding": {
|
|
2707
2708
|
"key": "elementTemplateVersion",
|