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 {