From e4e57b9dfec93493c1e1fdd2696d6eb2ecc888b5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 11:45:00 +0000 Subject: [PATCH] chore(deps): update MCPG_VERSION to 0.4.3 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- 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 bd1b2a8d..26a3b8e5 100644 --- a/src/compile/common.rs +++ b/src/compile/common.rs @@ -1492,7 +1492,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.3"; /// Docker image for the MCPG container. pub const MCPG_IMAGE: &str = "ghcr.io/github/gh-aw-mcpg";