You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove container requirement and gh CLI dependency from MCP gateway
- Remove container field requirement from MCPGatewayConfig schema
- Remove container field check in generateMCPGatewaySteps
- Remove gh extension check from gateway installation logic
- Replace gh CLI commands with curl for downloading awmg binary
- Update workflows (dev.md, smoke-copilot.md) to not specify container
- Update all tests to not expect/require container field
- Update documentation to remove container references
- Gateway now works as pure standalone CLI without Docker or gh CLI
This addresses the issue that the container ghcr.io/githubnext/mcp-gateway
does not exist, and ensures awmg is a simple Go CLI without gh extension
dependencies as requested.
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
0 commit comments