copilot-swe-agent[bot]
87a1110c15
Implement recursive JSON key sorting for toolsnaps
...
Sort all JSON object keys alphabetically at every level in toolsnaps by
unmarshaling and remarshaling. This leverages Go's built-in behavior where
json.Marshal automatically sorts map keys alphabetically, ensuring
consistent field ordering and eliminating noop churn in diffs.
Co-authored-by: SamMorrowDrums <4811358+SamMorrowDrums@users.noreply.github.com >
2026-01-15 16:15:39 +01:00
Ksenia Bobrova
a48e306da7
Improvements & refactoring of get_file_contents ( #1582 )
...
* Improvements & refactoring of get_file_contents
* Fix logical path when file or directory not found
* Fix comment
* Docs update
* Do file matching when raw API returns error
2025-12-15 11:05:01 +01:00
Adam Holt
60aef5d2e3
Convert to modelcontextprotocol/go-sdk ( #1428 )
...
Move from `mark3labs/mcp-go` to `modelcontextprotocol/go-sdk`.
This is mostly focused on updating tool schema and tool handler signatures, along with any associated internal changes related to those changes.
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com >
Co-authored-by: omgitsads <4619+omgitsads@users.noreply.github.com >
Co-authored-by: LuluBeatson <lulubeatson@github.com >
Co-authored-by: Lulu <59149422+LuluBeatson@users.noreply.github.com >
Co-authored-by: SamMorrowDrums <4811358+SamMorrowDrums@users.noreply.github.com >
Co-authored-by: Sam Morrow <info@sam-morrow.com >
2025-12-01 14:30:59 +01:00
Lulu
d15026b0eb
fix: get_file_contents use "/" for root ( #666 )
...
* update path description to use "/" for root
* update docs and toolsnaps
* use mcp.DefaultString, revert description, update unit test
2025-07-11 18:07:28 +01:00
Lulu
39d7fec500
Update list_commits Filtering Descriptions ( #634 )
...
* update sha arg description for list_commits, get_file_contents
* update perPage description for pagination to inform of default 30
* toolsnaps, docs
* revert perPage description
2025-07-07 12:59:49 +01:00
tonytrg
b2901e13cc
changing desc symbols
2025-06-23 14:46:46 +02:00
tonytrg
6fa8eafff5
adding tests
2025-06-23 14:46:46 +02:00
William Martin
3e988d5ab5
Add toolsnaps for every tool
2025-06-18 10:38:32 +02:00