Uh oh!
There was an error while loading. Please reload this page.
Remove get_me from default GitHub MCP toolsets - #5662
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
…lt toolsets Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
🤖 DIAGNOSTIC COMPLETE: Smoke Copilot No Firewall STATUS: ALL_UNITS_OPERATIONAL. MISSION_SUCCESS. |
📰 VERDICT: Smoke Copilot has concluded. All systems operational. This is a developing story. 🎤 |
💥 WHOOSH!Smoke Claude springs into action on this pull request! [Panel 1 begins...] |
🔮 The ancient spirits stir... Smoke Codex awakens to divine this pull request... |
🎉 Yo ho ho! Changeset Generator found the treasure and completed successfully! ⚓💰 |
📰 VERDICT: Smoke Copilot Playwright has concluded. All systems operational. This is a developing story. 🎤 |
Recent PRs:
Test Results:
Status: PASS
|
|
Uh oh!
There was an error while loading. Please reload this page.
The
get_metool was available by default through thecontexttoolset, allowing workflows to access authenticated user information without explicit opt-in.Changes
get_metouserstoolset: Relocated fromcontexttousersin bothgithub_toolsets_permissions.jsonandgithub_tool_to_toolset.jsonusersfrom defaults:DefaultGitHubToolsetsnow contains["context", "repos", "issues", "pull_requests"](was 5, now 4)get_mefails with default toolsetsget_merequires explicittoolsets: [users]Impact
Before:
After:
Workflows using
get_memust now explicitly enable theuserstoolset.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/usr/bin/gh gh api user --jq .login -json GO111MODULE 1/x64/bin/node GOINSECURE GOMOD GOMODCACHE go env -json GO111MODULE ache/go/1.25.0/x64/pkg/tool/linux_amd64/cgo GOINSECURE GOMOD GOMODCACHE ache/go/1.25.0/x64/pkg/tool/linu(http block)/usr/bin/gh gh api user --jq .login -json GO111MODULE ache/go/1.25.0/x64/bin/go GOINSECURE GOMOD GOMODCACHE go env it/ref/tags/v5 GO111MODULE(http block)/usr/bin/gh gh api user --jq .login ipts.test GO111MODULE 49799b31f3cd69afb0b611cb668475fbb4a/log.json GOINSECURE GOMOD GOMODCACHE 6Afo1wbBGGmkEpiF--jq env d-artifact.git GO111MODULE g_.a GOINSECURE GOMOD -d/gh-aw go(http block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.
Changeset
get_mefrom the defaultcontexttoolset into theuserstoolset. Workflows must opt in withtoolsets: [users]to accessget_me.