Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 6, 2026

The awmg CLI (MCP gateway) needs an install script for the next release when awmg-* artifacts become available.

Changes

  • install-awmg.sh: New install script adapted from install-gh-aw.sh
    • Binary: awmg (not gh-aw)
    • Artifact pattern: awmg-{platform} (e.g., awmg-darwin-amd64)
    • Install location: ~/.local/bin (standalone, not gh extension)
    • PATH warning: Alerts if ~/.local/bin missing from PATH
    • Usage: awmg --help (direct, not via gh CLI)

Example

# Install latest
./install-awmg.sh

# Install specific version
./install-awmg.sh v1.0.0

# Verify installation
awmg --version
awmg --config config.json

Integrates with existing build system - scripts/build-release.sh already generates the expected awmg-{platform} artifacts.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/user
    • Triggering command: /usr/bin/gh gh api user --jq .login -json GO111MODULE ux-amd64/pkg/tool/linux_amd64/vet GOINSECURE GOMOD GOMODCACHE AEHKffvdeXLT env -json GO111MODULE 0.1-go1.25.0.lin-nilfunc GOINSECURE GOMOD GOMODCACHE 0.1-go1.25.0.lin-trimpath (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

Create the install script of the awmg cli, install-awmg.sh

The script can be a variation of install-aw.sh. awmg is not a gh cli extension

The next release will have the artifacts awmg-* availableS


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Create install script for awmg cli Add install-awmg.sh for standalone MCP gateway CLI Jan 6, 2026
Copilot AI requested a review from pelikhan January 6, 2026 01:58
@pelikhan pelikhan marked this pull request as ready for review January 6, 2026 02:00
@pelikhan pelikhan merged commit f5a1f42 into main Jan 6, 2026
4 checks passed
@pelikhan pelikhan deleted the copilot/create-install-script-for-awmg branch January 6, 2026 02:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants