build(deps): bump go-sdk to 1.7.0-pre.3#2907
Merged
Merged
Conversation
Adopt the pre.3 protocol correctness fixes without changing server wiring or MCP tool schemas. Update exact SDK license references for all release platforms. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: f399f533-3d1f-4c76-872b-f9813729a61f
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the MCP Go SDK dependency to v1.7.0-pre.3 without changing server wiring or tool schemas.
Changes:
- Bumps the SDK module and checksums.
- Refreshes platform-specific license references.
Show a summary per file
| File | Description |
|---|---|
go.mod |
Updates the SDK version. |
go.sum |
Updates module checksums. |
third-party-licenses.darwin.md |
Updates Darwin license links. |
third-party-licenses.linux.md |
Updates Linux license links. |
third-party-licenses.windows.md |
Updates Windows license links. |
Review details
- Files reviewed: 4/5 changed files
- Comments generated: 0
- Review effort level: Medium
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
github.com/modelcontextprotocol/go-sdkfromv1.7.0-pre.2tov1.7.0-pre.3SDK compatibility review
The pre.3 release adds protocol-correct behavior for the 2026-07-28 flow already adopted in #2870:
resultType: "complete", while MRTR responses continue to useresultType: "input_required"server/discoveris rejected for legacy protocol requests; discovery returns server identity through_meta.io.modelcontextprotocol/serverInfo, and client identity is optionalInputRequestsare serialized, and accepted elicitation responses with nil content no longer receive schema defaults-32602, completion parameters receive required-field validation, andsubscriptions/listenhas an explicit result typePropagateRequestCancellation; the default remains disabled, so this server's HTTP behavior is unchangedNo repository implementation or test adaptation was required. In particular, the OAuth manager and OAuth tool middleware remain installed only by
RunStdioServer; the HTTP server continues to install neither. MCP tool schemas and toolsets are unchanged, so toolsnaps and generated docs were not regenerated.Validation
script/lintscript/test