File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11<!-- Autogenerated by weave; DO NOT EDIT -->
2- # MCP Go SDK v0.4 .0
2+ # MCP Go SDK v0.5 .0
33
44[ ![ Open in GitHub Codespaces] ( https://github.com/codespaces/badge.svg )] ( https://codespaces.new/modelcontextprotocol/go-sdk )
55
66*** BREAKING CHANGES***
77
88This version contains breaking changes.
99See the [ release notes] (
10- https://github.com/modelcontextprotocol/go-sdk/releases/tag/v0.4 .0 ) for details.
10+ https://github.com/modelcontextprotocol/go-sdk/releases/tag/v0.5 .0 ) for details.
1111
1212[ ![ PkgGoDev] ( https://pkg.go.dev/badge/github.com/modelcontextprotocol/go-sdk )] ( https://pkg.go.dev/github.com/modelcontextprotocol/go-sdk )
1313
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.23.0
44
55require (
66 github.com/google/go-cmp v0.7.0
7- github.com/google/jsonschema-go v0.2.3-0.20250911201137-bbdc431016d2
7+ github.com/google/jsonschema-go v0.2.3
88 github.com/yosida95/uritemplate/v3 v3.0.2
99 golang.org/x/tools v0.34.0
1010)
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
22github.com/google/go-cmp v0.7.0 /go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU =
33github.com/google/jsonschema-go v0.2.3-0.20250911201137-bbdc431016d2 h1:IIj7X4SH1HKy0WfPR4nNEj4dhIJWGdXM5YoBAbfpdoo =
44github.com/google/jsonschema-go v0.2.3-0.20250911201137-bbdc431016d2 /go.mod h1:r5quNTdLOYEz95Ru18zA0ydNbBuYoo9tgaYcxEYhJVE =
5+ github.com/google/jsonschema-go v0.2.3 h1:dkP3B96OtZKKFvdrUSaDkL+YDx8Uw9uC4Y+eukpCnmM =
6+ github.com/google/jsonschema-go v0.2.3 /go.mod h1:r5quNTdLOYEz95Ru18zA0ydNbBuYoo9tgaYcxEYhJVE =
57github.com/yosida95/uritemplate/v3 v3.0.2 h1:Ed3Oyj9yrmi9087+NczuL5BwkIc4wvTb5zIM+UJPGz4 =
68github.com/yosida95/uritemplate/v3 v3.0.2 /go.mod h1:ILOh0sOhIJR3+L/8afwt/kE++YT040gmv5BQTMR2HP4 =
79golang.org/x/tools v0.34.0 h1:qIpSLOxeCYGg9TrcJokLBG4KFA6d795g0xkBkiESGlo =
Original file line number Diff line number Diff line change 1- # MCP Go SDK v0.4 .0
1+ # MCP Go SDK v0.5 .0
22
33[ ![ Open in GitHub Codespaces] ( https://github.com/codespaces/badge.svg )] ( https://codespaces.new/modelcontextprotocol/go-sdk )
44
55*** BREAKING CHANGES***
66
77This version contains breaking changes.
88See the [ release notes] (
9- https://github.com/modelcontextprotocol/go-sdk/releases/tag/v0.4 .0 ) for details.
9+ https://github.com/modelcontextprotocol/go-sdk/releases/tag/v0.5 .0 ) for details.
1010
1111[ ![ PkgGoDev] ( https://pkg.go.dev/badge/github.com/modelcontextprotocol/go-sdk )] ( https://pkg.go.dev/github.com/modelcontextprotocol/go-sdk )
1212
You can’t perform that action at this time.
0 commit comments