Skip to content

build(deps): bump mcp from 1.3.0 to 1.4.0 in /docs - #529

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/docs/mcp-1.4.0
Open

build(deps): bump mcp from 1.3.0 to 1.4.0 in /docs#529
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/docs/mcp-1.4.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 6, 2026

Copy link
Copy Markdown
Contributor

Bumps mcp from 1.3.0 to 1.4.0.

Release notes

Sourced from mcp's releases.

v1.4.0

This release repairs the subscriptions/listen stream. A host that buffers its responses, the documented Rails controller pattern among them, can decline the method with serve_subscriptions_listen: false instead of answering a modern client with a streaming body it cannot render, and the stream's ordering guarantees are enforced: no notification reaches a client before the acknowledgement, and none follows the graceful closing result.

Added

  • Add serve_subscriptions_listen: for hosts that cannot hold an SSE stream open (#533)

Fixed

  • Deliver subscriptions/listen notifications only after the acknowledgement (#532)
  • Serialize subscriptions/listen writes so the graceful result is the final message (#535)
Changelog

Sourced from mcp's changelog.

[1.4.0] - 2026-08-28

This release repairs the subscriptions/listen stream. A host that buffers its responses, the documented Rails controller pattern among them, can decline the method with serve_subscriptions_listen: false instead of answering a modern client with a streaming body it cannot render, and the stream's ordering guarantees are enforced: no notification reaches a client before the acknowledgement, and none follows the graceful closing result.

Added

  • Add serve_subscriptions_listen: for hosts that cannot hold an SSE stream open (#533)

Fixed

  • Deliver subscriptions/listen notifications only after the acknowledgement (#532)
  • Serialize subscriptions/listen writes so the graceful result is the final message (#535)
Commits
  • da4ce54 Merge pull request #536 from koic/release_1_4_0
  • 50accf6 Release 1.4.0
  • 6b6b641 Merge pull request #535 from koic/serialize_listen_stream_writes_on_teardown
  • 7909600 Merge pull request #534 from koic/add_a_docs_preview_rake_task
  • 2200cbd Serialize subscriptions/listen writes so the graceful result is the final m...
  • 411f6b9 Merge pull request #532 from koic/activate_listen_streams_after_the_acknowled...
  • 636e494 Add a rake docs:preview task serving the docs site locally
  • 3b79c8e Merge pull request #533 from koic/make_subscriptions_listen_refusable
  • 3da0c10 Make subscriptions/listen refusable for hosts that cannot stream
  • 5ce308b Deliver subscriptions/listen notifications only after the acknowledgement
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by cubic

Bumps mcp in /docs from 1.3.0 to 1.4.0, which also pulls in a simpleidn update to 0.3.0. The new mcp version fixes subscriptions/listen stream ordering and adds a serve_subscriptions_listen: false option for hosts that can't keep SSE streams open.

Written for commit 2046606. Summary will update on new commits.

Review in cubic

Bumps [mcp](https://github.com/modelcontextprotocol/ruby-sdk) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/modelcontextprotocol/ruby-sdk/releases)
- [Changelog](https://github.com/modelcontextprotocol/ruby-sdk/blob/main/CHANGELOG.md)
- [Commits](modelcontextprotocol/ruby-sdk@v1.3.0...v1.4.0)

---
updated-dependencies:
- dependency-name: mcp
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Sep 6, 2026
@dependabot
dependabot Bot requested a review from cirdes as a code owner September 6, 2026 10:03
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Sep 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants