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
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
JoannaaKL
4b64121b97
Updated descriptions for search tools ( #737 )
...
* Updated description for search_code
* Update toolsnaps and docs
2025-07-30 13:37:24 +02:00
Sam Morrow
acba2848a3
cleanup search_users response ( #486 )
2025-06-26 12:35:12 +02:00
William Martin
3e988d5ab5
Add toolsnaps for every tool
2025-06-18 10:38:32 +02:00