We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f72c878 commit 3d7679cCopy full SHA for 3d7679c
1 file changed
src/compile/common.rs
@@ -502,7 +502,7 @@ pub fn generate_header_comment(input_path: &std::path::Path) -> String {
502
/// Docker image and version for the MCP Gateway (gh-aw-mcpg).
503
/// Update this when upgrading to a new MCPG release.
504
/// See: https://github.com/github/gh-aw-mcpg/releases
505
-pub const MCPG_VERSION: &str = "0.2.17";
+pub const MCPG_VERSION: &str = "0.2.18";
506
507
/// Default port MCPG listens on inside the container (host network mode).
508
pub const MCPG_PORT: u16 = 80;
0 commit comments