rename the env to Shuffle

This commit is contained in:
Hari Krishna
2026-02-10 17:32:33 +05:30
parent 0e76acdef0
commit 5bce1c9bf6
+1 -1
View File
@@ -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
}