Skip to content

fix: use GITHUB_TOKEN in install-mcp.sh to avoid rate limiting (#486)#492

Merged
dmtrKovalenko merged 2 commits into
mainfrom
triage-bot/issue-486
Jun 16, 2026
Merged

fix: use GITHUB_TOKEN in install-mcp.sh to avoid rate limiting (#486)#492
dmtrKovalenko merged 2 commits into
mainfrom
triage-bot/issue-486

Conversation

@dmtrKovalenko

Copy link
Copy Markdown
Owner

No description provided.

Comment thread install-mcp.sh Outdated
local curl_args=(-fsSL)

# Use GitHub token if available to avoid rate limiting
if [ -n "${GITHUB_TOKEN:-}" ]; then

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gustav-fff this is wrong this should be $ gh auth token

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[triage-bot] DIRECTED: switched to gh auth token (falls back gracefully if gh missing or unauthed). Pushed 8690e1a.

Honk-Honk 🪿

@dmtrKovalenko

Copy link
Copy Markdown
Owner Author

@gustav-fff rebase this

@dmtrKovalenko dmtrKovalenko force-pushed the triage-bot/issue-486 branch from 8690e1a to efd3d5a Compare June 16, 2026 22:01
@gustav-fff

Copy link
Copy Markdown
Collaborator

[triage-bot] DIRECTED: rebased onto main. Resolved README.md conflict (dropped stale GITHUB_TOKEN note, kept Homebrew section). New tip: efd3d5a.

Honk-Honk 🪿

@dmtrKovalenko dmtrKovalenko merged commit 5f7661a into main Jun 16, 2026
45 checks passed
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