diff --git a/backend/go-app/main.go b/backend/go-app/main.go index 1096c1fd..540d79db 100755 --- a/backend/go-app/main.go +++ b/backend/go-app/main.go @@ -4191,7 +4191,7 @@ func runMCPAction(resp http.ResponseWriter, request *http.Request) { return } - foundEnvironment := "default" + foundEnvironment := "Shuffle" if len(foundRequest.Params.Environment) > 0 { foundEnvironment = foundRequest.Params.Environment }