Skip to content

Commit 906abab

Browse files
fix: update go-sdk reference to cleaned up commit
The upstream go-sdk PR was cleaned up based on reviewer feedback: - Removed broken input validation optimization (ApplyDefaults on structs) - Fixed sync.Map.Clear() usage - Fixed benchmark naming New commit 988974db6bfb contains only the schema caching optimization.
1 parent bc465b4 commit 906abab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/github/github-mcp-server
22

33
go 1.24.0
44

5-
replace github.com/modelcontextprotocol/go-sdk => github.com/SamMorrowDrums/go-sdk v0.0.0-20251204132233-46310a70a79a
5+
replace github.com/modelcontextprotocol/go-sdk => github.com/SamMorrowDrums/go-sdk v0.0.0-20251205102140-988974db6bfb
66

77
require (
88
github.com/google/go-github/v79 v79.0.0

0 commit comments

Comments
 (0)