-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: AbhijeetDash/github-mcp-server
base: main
head repository: github/github-mcp-server
compare: main
- 7 commits
- 18 files changed
- 7 contributors
Commits on Aug 19, 2025
-
Add actions job log buffer and profiler (github#866)
* add sliding window for actions logs * refactor: fix sliding * remove trim content * only use up to 1mb of memory for logs * update to tail lines in second pass * add better memory usage calculation * increase window size to 5MB * update test * update vers * undo vers change * add incremental memory tracking * use ring buffer * remove unused ctx param * remove manual GC clear * fix cca feedback * extract ring buffer logic to new package * handle log content processing errors and use correct param for maxjobloglines * fix tailing * account for if tailLines exceeds window size * add profiling thats reusable * remove profiler testing * refactor profiler: introduce safeMemoryDelta for accurate memory delta calculations * linter fixes * Update pkg/buffer/buffer.go Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * use flag for maxJobLogLines * add param passing for context window size * refactor: rename contextWindowSize to contentWindowSize for consistency * fix: use tailLines if bigger but only if <= 5000 * fix: limit tailLines to a maximum of 500 for log content download * Update cmd/github-mcp-server/main.go Co-authored-by: Adam Holt <omgitsads@github.com> * Update cmd/github-mcp-server/main.go Co-authored-by: Adam Holt <omgitsads@github.com> * move profiler to internal/ * update actions test with new profiler location * fix: adjust buffer size limits * make line buffer 1028kb * fix mod path * change test to use same buffer size as normal use * improve test for non-sliding window implementation to not count empty lines * make test memory measurement more accurate * remove impossible conditional --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Adam Holt <omgitsads@github.com>
Configuration menu - View commit details
-
Copy full SHA for 2621dbe - Browse repository at this point
Copy the full SHA 2621dbeView commit details
Commits on Aug 21, 2025
-
Add get_release_by_tag tool (github#938)
* add get_release_by_tag tool * add tool * add tests * autogen * remove comment
Configuration menu - View commit details
-
Copy full SHA for 73dcb46 - Browse repository at this point
Copy the full SHA 73dcb46View commit details -
docs(readme): Update readme to point to correct installation guides i…
…ndex (github#892) * docs(readme): Update readme to point to correct installation guides index * feat(contributors): add list_repository_contributors tool * Revert "feat(contributors): add list_repository_contributors tool" This reverts commit ece480e. --------- Co-authored-by: Tommaso Moro <37270480+tommaso-moro@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b189531 - Browse repository at this point
Copy the full SHA b189531View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47040f4 - Browse repository at this point
Copy the full SHA 47040f4View commit details -
Repository security advisories (github#925)
* Add support for listing repo level security advisories * Add support for listing repo security advisories at the org level
Configuration menu - View commit details
-
Copy full SHA for d03072f - Browse repository at this point
Copy the full SHA d03072fView commit details -
Update Cursor installation link (github#940)
* use new link * update local install link
Configuration menu - View commit details
-
Copy full SHA for 6dc5540 - Browse repository at this point
Copy the full SHA 6dc5540View commit details -
Change role from "system" to "user" in prompt messages for `AssignCod…
…ingAgentPrompt` and `IssueToFixWorkflowPrompt`. Role "system" is not allowed by Claude Code in MCP provided prompt (allowed only role "user" and "assistant") (github#941) Co-authored-by: 0xGosu <0xGosu@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0418808 - Browse repository at this point
Copy the full SHA 0418808View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main