From c5e92d62ae6c8c6568eb76d108f0952a35080424 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 10:55:29 +0000 Subject: [PATCH] chore(deps): update MCPG_VERSION to 0.4.15 --- src/compile/common.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compile/common.rs b/src/compile/common.rs index 481a6f1f..c18873e2 100644 --- a/src/compile/common.rs +++ b/src/compile/common.rs @@ -1731,7 +1731,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.15"; /// Docker image for the MCPG container. pub const MCPG_IMAGE: &str = "ghcr.io/github/gh-aw-mcpg";