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
Matt Holloway
358a415081
Add minimal response to CRUD tools, repositories and search toolsets ( #988 )
...
* add comprehensive minimal response where appropriate
* remove unneeded comments
* remove incorrect diff param
* update docs
* rm comment
* Update pkg/github/repositories.go
Co-authored-by: Lulu <59149422+LuluBeatson@users.noreply.github.com >
* update toolsnaps and docs
* change minimal_output to use new OptionalBoolParamWithDefault
* Update pkg/github/repositories.go
Co-authored-by: Lulu <59149422+LuluBeatson@users.noreply.github.com >
* refactor minimal conversion funcs to minimal_types.go
* consolidate response structs and remove unneeded message field
* consolidate response further
* remove CloneURL field
* Update pkg/github/repositories.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update pkg/github/server.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* fix undefined
* change incorrect comment
* remove old err var declaration
* Update pkg/github/repositories.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* fix syntax issue
* update toolsnaps
---------
Co-authored-by: Lulu <59149422+LuluBeatson@users.noreply.github.com >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-09-01 18:13:36 +01:00
William Martin
3e988d5ab5
Add toolsnaps for every tool
2025-06-18 10:38:32 +02:00