Skip to content

Commit cedfba4

Browse files
sahilhindwani-harnessHarness
authored andcommitted
feat: [RM-267]: Add support for Create process in harness mcp server (#32)
* feat: [RM-267]: Add support for Create process in harness mcp server
1 parent da30ca2 commit cedfba4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/dto/genai.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ const (
3737
UpdateConnector RequestAction = "UPDATE_CONNECTOR"
3838
CreateStepGroup RequestAction = "CREATE_STEP_GROUP"
3939
UpdateStepGroup RequestAction = "UPDATE_STEP_GROUP"
40+
CreateProcess RequestAction = "CREATE_PROCESS"
4041
)
4142

4243
type ServiceChatParameters struct {

0 commit comments

Comments
 (0)