Skip to content

build(deps-dev): bump mcp from 0.7.1 to 0.9.2#14566

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

build(deps-dev): bump mcp from 0.7.1 to 0.9.2#14566
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/mcp-0.9.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 27, 2026

Bumps mcp from 0.7.1 to 0.9.2.

Release notes

Sourced from mcp's releases.

v0.9.2

Fixed

  • Use accessor method in server_context_with_meta instead of ivar (#273)
  • Reject duplicate SSE connections with 409 to prevent stream hijacking

v0.9.1

Added

  • Allow Client#call_tool to accept a tool name (#266)

Fixed

  • Return 404 for invalid session ID in handle_delete (#261)

v0.9.0

Added

  • MCP::Client::Stdio transport (#262)
  • Progress notifications per MCP specification (#254)
  • Automatic _meta parameter extraction support (#172)
  • CORS and Accept wildcard support for browser-based MCP clients (#253)

Changed

  • Use autoload to defer loading of unused subsystems (#255)
  • Reduce release package size (#239)

Fixed

  • Return 404 for invalid session ID in handle_regular_request (#257)
  • Use mutex-protected session_exists? in handle_regular_request (#258)

v0.8.0

Added

  • Content::EmbeddedResource class for embedded resource content type (#244)
  • Content::Audio class for audio content type (#243)
  • $ref support in Tool::Schema for protocol version 2025-11-25 (#242)
  • MCP conformance test suite (#248)

Fixed

  • Handle Errno::ECONNRESET in SSE stream operations (#249)
  • Fix default handler return values to comply with MCP spec (#247)
  • Fix Prompt#validate_arguments! crash when arguments are nil (#246)
  • Return 202 Accepted for SSE responses per MCP spec (#245)
  • Fix Content::Image#to_h to return mimeType (camelCase) per MCP spec (#241)
Changelog

Sourced from mcp's changelog.

[0.9.2] - 2026-03-27

Fixed

  • Use accessor method in server_context_with_meta instead of ivar (#273)
  • Reject duplicate SSE connections with 409 to prevent stream hijacking

[0.9.1] - 2026-03-23

Added

  • Allow Client#call_tool to accept a tool name (#266)

Fixed

  • Return 404 for invalid session ID in handle_delete (#261)

[0.9.0] - 2026-03-20

Added

  • MCP::Client::Stdio transport (#262)
  • Progress notifications per MCP specification (#254)
  • Automatic _meta parameter extraction support (#172)
  • CORS and Accept wildcard support for browser-based MCP clients (#253)

Changed

  • Use autoload to defer loading of unused subsystems (#255)
  • Reduce release package size (#239)

Fixed

  • Return 404 for invalid session ID in handle_regular_request (#257)
  • Use mutex-protected session_exists? in handle_regular_request (#258)

[0.8.0] - 2026-03-03

Added

  • Content::EmbeddedResource class for embedded resource content type (#244)
  • Content::Audio class for audio content type (#243)
  • $ref support in Tool::Schema for protocol version 2025-11-25 (#242)
  • MCP conformance test suite (#248)

Fixed

  • Handle Errno::ECONNRESET in SSE stream operations (#249)
  • Fix default handler return values to comply with MCP spec (#247)
  • Fix Prompt#validate_arguments! crash when arguments are nil (#246)

... (truncated)

Commits
  • 3fc7bcd Merge pull request #272 from koic/release_0_9_2
  • 8fbc2b4 Release 0.9.2
  • 6b09279 Merge pull request #273 from koic/use_accessor_in_server_context_with_meta
  • a2575b2 Use accessor method in server_context_with_meta instead of ivar
  • e189d78 Merge commit from fork
  • db40143 Reject duplicate SSE connections with 409 to prevent stream hijacking
  • 3b1fc72 Merge pull request #267 from koic/release_0_9_1
  • f29259c Release 0.9.1
  • ccddd87 Merge pull request #266 from koic/allow_client_call_tool_to_accept_a_tool_name
  • 73070f1 Allow Client#call_tool to accept a tool name
  • Additional commits viewable in compare view

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies ruby Dependabot pull requests that update Ruby code labels Mar 27, 2026
@dependabot dependabot Bot requested a review from a team as a code owner March 27, 2026 18:54
@dependabot dependabot Bot added dependencies ruby Dependabot pull requests that update Ruby code labels Mar 27, 2026
@dependabot dependabot Bot changed the title Bump mcp from 0.7.1 to 0.9.2 build(deps-dev): bump mcp from 0.7.1 to 0.9.2 Apr 2, 2026
@dependabot dependabot Bot force-pushed the dependabot/bundler/mcp-0.9.2 branch from 62078a5 to eeba582 Compare April 2, 2026 16:45
@dependabot dependabot Bot force-pushed the dependabot/bundler/mcp-0.9.2 branch 3 times, most recently from 486e6ec to cb52df0 Compare April 16, 2026 11:23
@dependabot dependabot Bot force-pushed the dependabot/bundler/mcp-0.9.2 branch from cb52df0 to 8889eaa Compare April 23, 2026 09:05
Bumps [mcp](https://github.com/modelcontextprotocol/ruby-sdk) from 0.7.1 to 0.9.2.
- [Release notes](https://github.com/modelcontextprotocol/ruby-sdk/releases)
- [Changelog](https://github.com/modelcontextprotocol/ruby-sdk/blob/main/CHANGELOG.md)
- [Commits](modelcontextprotocol/ruby-sdk@v0.7.1...v0.9.2)

---
updated-dependencies:
- dependency-name: mcp
  dependency-version: 0.9.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/bundler/mcp-0.9.2 branch from 8889eaa to efa9548 Compare April 23, 2026 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies ruby Dependabot pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants