Skip to content

Bump mcp from 0.7.1 to 0.8.0#1049

Merged
davidrunger merged 1 commit intomainfrom
dependabot/bundler/mcp-0.8.0
Mar 3, 2026
Merged

Bump mcp from 0.7.1 to 0.8.0#1049
davidrunger merged 1 commit intomainfrom
dependabot/bundler/mcp-0.8.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2026

Bumps mcp from 0.7.1 to 0.8.0.

Release notes

Sourced from mcp's releases.

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.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)
  • Return 202 Accepted for SSE responses per MCP spec (#245)
  • Fix Content::Image#to_h to return mimeType (camelCase) per MCP spec (#241)
Commits
  • 7cede9c Merge pull request #250 from koic/release_0_8_0
  • 2da465c Release 0.8.0
  • fa9f374 Merge pull request #237 from koic/replace_assert_empty_with_assert_equal_usin...
  • 37c3f0d Merge pull request #240 from koic/add_wildcard_gem_to_dot_gitignore
  • ad45c10 Merge pull request #248 from koic/conformance
  • 13bbd29 Support running MCP conformance tests against the Ruby SDK
  • 5f16abf Merge pull request #244 from koic/add_content_embedded_resource
  • ba7a08a Add Content::EmbeddedResource class for embedded resource content type
  • 60f6935 Merge pull request #249 from koic/fix_econnreset_in_sse_notification
  • 2fc4f5e Merge pull request #243 from koic/add_content_audio
  • 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)

Bumps [mcp](https://github.com/modelcontextprotocol/ruby-sdk) from 0.7.1 to 0.8.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@v0.7.1...v0.8.0)

---
updated-dependencies:
- dependency-name: mcp
  dependency-version: 0.8.0
  dependency-type: indirect
  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 Mar 3, 2026
@davidrunger davidrunger merged commit 949fd38 into main Mar 3, 2026
1 check passed
@davidrunger davidrunger deleted the dependabot/bundler/mcp-0.8.0 branch March 3, 2026 15:49
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.

1 participant