-
Notifications
You must be signed in to change notification settings - Fork 806
build(deps): bump github.com/modelcontextprotocol/go-sdk from 1.1.0 to 1.2.0 #4491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build(deps): bump github.com/modelcontextprotocol/go-sdk from 1.1.0 to 1.2.0 #4491
Conversation
|
https://github.com/lima-vm/lima/actions/runs/20448503639/job/58760691726?pr=4491 Lines 59 to 74 in 7c92565
|
Bumps [github.com/modelcontextprotocol/go-sdk](https://github.com/modelcontextprotocol/go-sdk) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/modelcontextprotocol/go-sdk/releases) - [Commits](modelcontextprotocol/go-sdk@v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: github.com/modelcontextprotocol/go-sdk dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
227fe75 to
02161c4
Compare
|
With the go-sdk@1.2.0 we now get a notification before receiving the response to our request: Notifications have a |
With the go-sdk@1.2.0 we now get a notification before receiving the
response to our request:
>>> {"jsonrpc":"2.0","id":2,"method":"tools/list"}
<<< {"jsonrpc":"2.0","method":"notifications/tools/list_changed","params":{}}
Notifications have a `method` field, but no `id`. We need to ignore them
until we receive an actual response object.
This commit also fixes a potential problem deleting the /tmp/tmp directory
inside the VM when running the tests multiple times using the same Lima
instance (LIMA_BATS_REUSE_INSTANCE=1).
Signed-off-by: Jan Dubois <jan.dubois@suse.com>
9bb0937 to
8883d51
Compare
AkihiroSuda
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
Bumps github.com/modelcontextprotocol/go-sdk from 1.1.0 to 1.2.0.
Release notes
Sourced from github.com/modelcontextprotocol/go-sdk's releases.
... (truncated)
Commits
411d5a0mcp: switch icon theme to named string type (#733)76e6854docs: add GitHub Pages redirect to latest release documentation (#702)875d1d3mcp: don't break the streamable client connection for transient errors (#723)e009bacoauthex: fix content type check in getJSON (#721)3430e22mcp: add Capabilities fields to ServerOptions and ClientOptions (#713)bae0929mcp: address review comments on streamable cleanup (#716)b3399e6mcp: use args struct for CloseSSEStream (#718)1a964aemcp: debounce server change notifications (#717)a5e369emcp: fix broken client root capabilities (#698)307e32coauthex: validate URL schemes in auth server metadata and DCRDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)