[mcp-analysis] MCP Structural Analysis - 2026-07-01 #42750
Closed
Replies: 2 comments
-
|
Smoke ping from run 28519049107. Warning Firewall blocked 6 domainsThe following domains were blocked by the firewall during workflow execution:
network:
allowed:
- defaults
- "accounts.google.com"
- "android.clients.google.com"
- "clients2.google.com"
- "contentautofill.googleapis.com"
- "safebrowsingohttpgateway.googleapis.com"
- "www.google.com"See Network Configuration for more information.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
This discussion has been marked as outdated by GitHub MCP Structural Analysis. A newer discussion is available at Discussion #42957. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
GitHub MCP Structural Analysis — 2026-07-01
Key findings (from the historical series, last good run 2026-06-30):
search_repositories— 5/5 (117 tok, all discovery signals, no bloat). Worst:get_me— 1/5 (403 under integration token; returns an error envelope, not a profile).list_code_scanning_alerts(~3,336 tok, 2/5) —rule.helpinlines full CWE markdown + code samples per alert; andlist_issues(~2,164 tok, 3/5) — full issue body always inlined even atperPage=1.list_branches(30 tok, 5/5),get_label(40 tok, 5/5),search_users(65 tok, 5/5),search_repositories(117 tok, 5/5),list_discussions(151 tok, 5/5).Recommendations
search_repositories,list_branches,get_label,search_users,list_discussions,actions_list,get_file_contents,list_commits,list_pull_requests.list_code_scanning_alerts(striprule.help; heaviest tool),list_issues(needs a body-excerpt/truncation flag).get_meunder the workflow integration token — derive actor fromgithub-contextinstead.Full Structural Analysis Report
Run Status
ERR_ACCESS_DENIED(Authorization header rejected)mcp_analysis.jsonl, 162 rows)Executive Summary (last good run — 2026-06-30)
Usefulness Ratings for Agentic Work (2026-06-30)
methoddispatch)rule.helpmarkdown inlined per alert; ~80% static docsSchema Analysis (2026-06-30)
Response Size by Toolset (30-day average)
Tool-by-Tool Analysis (2026-06-30)
30-Day Trend Summary
Recurring Patterns Observed
list_issuesandlist_code_scanning_alertsare consistently the two heaviest tools because full issue bodies and fullrule.helpmarkdown are inlined regardless of pagination — a per-call truncation/opt-in flag would cut most of their footprint.list_pull_requests(base.repo+head.repoboth re-inline full repo metadata).get_meis structurally unusable under the integration token — agents must derive identity from workflow context.Visualizations
Response Size by Toolset
Usefulness Ratings
Daily Token Trend
Size vs Usefulness
References: §28518514050
Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
awmgmcpgSee Network Configuration for more information.
Beta Was this translation helpful? Give feedback.
All reactions