## Summary Bump the MCP Gateway dependency from `v0.3.23` to [`v0.3.25`](https://github.com/github/gh-aw-mcpg/releases/tag/v0.3.25). ## Changes needed Update `pkg/constants/version_constants.go`: ```go const DefaultMCPGatewayVersion Version = "v0.3.25" ``` ## Release notes See: https://github.com/github/gh-aw-mcpg/releases/tag/v0.3.25 ## Checklist - [ ] Update `DefaultMCPGatewayVersion` in `pkg/constants/version_constants.go` - [ ] Run `make recompile` to update lock files referencing the gateway image - [ ] Verify smoke tests pass with new gateway version
Summary
Bump the MCP Gateway dependency from
v0.3.23tov0.3.25.Changes needed
Update
pkg/constants/version_constants.go:Release notes
See: https://github.com/github/gh-aw-mcpg/releases/tag/v0.3.25
Checklist
DefaultMCPGatewayVersioninpkg/constants/version_constants.gomake recompileto update lock files referencing the gateway image