From 031787c5da69d9498d8aa2ce9b718d828aa8e425 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 30 Mar 2026 15:25:11 +0000 Subject: [PATCH 1/2] Initial plan From 7f83105689c0e9b257f802f843788c440d9c1aeb Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 30 Mar 2026 15:26:37 +0000 Subject: [PATCH 2/2] fix: bump MCPGatewaySpecVersion to 1.9.0 Agent-Logs-Url: https://github.com/github/gh-aw-mcpg/sessions/d117c2f9-03be-4d60-9a70-b7b0c32edac3 Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com> --- internal/server/unified.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/server/unified.go b/internal/server/unified.go index 8d4dc229..380f5b78 100644 --- a/internal/server/unified.go +++ b/internal/server/unified.go @@ -26,7 +26,7 @@ const wasmGuardsDirEnvVar = "MCP_GATEWAY_WASM_GUARDS_DIR" const MCPProtocolVersion = mcp.MCPProtocolVersion // MCPGatewaySpecVersion is the MCP Gateway Specification version this implementation conforms to -const MCPGatewaySpecVersion = "1.8.0" +const MCPGatewaySpecVersion = "1.9.0" // Session represents a MCPG session type Session struct {