From 61b81c8a20bcf2672370184f4117235718808014 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 08:20:12 +0000 Subject: [PATCH 1/2] chore(deps): update AWF_VERSION to 0.25.57 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 0f072235..f127971e 100644 --- a/src/compile/common.rs +++ b/src/compile/common.rs @@ -1248,7 +1248,7 @@ pub fn generate_template_parameters(front_matter: &FrontMatter) -> Result Date: Sat, 30 May 2026 08:20:14 +0000 Subject: [PATCH 2/2] chore(deps): update MCPG_VERSION to 0.3.21 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 f127971e..a49936ab 100644 --- a/src/compile/common.rs +++ b/src/compile/common.rs @@ -1330,7 +1330,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: https://github.com/github/gh-aw-mcpg/releases -pub const MCPG_VERSION: &str = "0.3.12"; +pub const MCPG_VERSION: &str = "0.3.21"; /// Docker image for the MCPG container. pub const MCPG_IMAGE: &str = "ghcr.io/github/gh-aw-mcpg";