diff --git a/src/compile/common.rs b/src/compile/common.rs index e394b60d..464df1e0 100644 --- a/src/compile/common.rs +++ b/src/compile/common.rs @@ -1730,7 +1730,7 @@ pub fn generate_header_comment(input_path: &std::path::Path) -> String { /// Docker image and version for the MCP Gateway (gh-aw-mcpg). /// Update this when upgrading to a new MCPG release. /// See: -pub const MCPG_VERSION: &str = "0.4.1"; +pub const MCPG_VERSION: &str = "0.4.12"; /// Docker image for the MCPG container. pub const MCPG_IMAGE: &str = "ghcr.io/github/gh-aw-mcpg";