Skip to content

Commit 5f55398

Browse files
authored
Merge pull request #38 from conductor-oss/d.brady/AddMCPEnum
Added ENUM MCP
2 parents 021022a + 07e2727 commit 5f55398

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)