Skip to content

Commit 07e2727

Browse files
committed
Added ENUM MCP
1 parent 021022a commit 07e2727

File tree

1 file changed

+3
-1
lines changed
  • orkes-client/src/main/java/io/orkes/conductor/client/model/integration

1 file changed

+3
-1
lines changed

orkes-client/src/main/java/io/orkes/conductor/client/model/integration/Category.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ public enum Category {
2626

2727
GIT,
2828

29-
EMAIL
29+
EMAIL,
30+
31+
MCP
3032

3133
}

0 commit comments

Comments
 (0)