diff --git a/pkg/constants/constants.go b/pkg/constants/constants.go index 3603a1f14e..84d2bd6f47 100644 --- a/pkg/constants/constants.go +++ b/pkg/constants/constants.go @@ -291,7 +291,7 @@ const DefaultGitHubMCPServerVersion Version = "v0.29.0" const DefaultFirewallVersion Version = "v0.10.0" // DefaultMCPGatewayVersion is the default version of the MCP Gateway (gh-aw-mcpg) Docker image -const DefaultMCPGatewayVersion Version = "v0.0.74" +const DefaultMCPGatewayVersion Version = "v0.0.76" // DefaultMCPGatewayContainer is the default container image for the MCP Gateway const DefaultMCPGatewayContainer = "ghcr.io/githubnext/gh-aw-mcpg" diff --git a/pkg/workflow/compiler_safe_outputs_config.go b/pkg/workflow/compiler_safe_outputs_config.go index abf6cdaee5..00ffcc7b71 100644 --- a/pkg/workflow/compiler_safe_outputs_config.go +++ b/pkg/workflow/compiler_safe_outputs_config.go @@ -7,7 +7,7 @@ import ( "github.com/githubnext/gh-aw/pkg/logger" ) -var compilerSafeOutputsLog = logger.New("workflow:compiler_safe_outputs_config") +var compilerSafeOutputsConfigLog = logger.New("workflow:compiler_safe_outputs_config") func (c *Compiler) addHandlerManagerConfigEnvVar(steps *[]string, data *WorkflowData) { if data.SafeOutputs == nil {