Update Ruby MCP client example - #177
Open
koic wants to merge 1 commit into
Open
Conversation
9 tasks
Follow-up to modelcontextprotocol#121. This PR removes the `base64` dependency from the Gemfile, as it became a runtime dependency of Claude SDK for Ruby v1.60.0+. anthropics/anthropic-sdk-ruby#161 (comment)
koic
force-pushed
the
update_ruby_client
branch
from
August 7, 2026 20:19
a9f56b7 to
0c048a9
Compare
koic
added a commit
to koic/modelcontextprotocol
that referenced
this pull request
Aug 7, 2026
Follow-up to modelcontextprotocol/quickstart-resources#177. This PR removes the `base64` dependency from the `bundle add` arguments, as it became a runtime dependency of Claude SDK for Ruby v1.60.0+. anthropics/anthropic-sdk-ruby#161 (comment) At least when this draft of `build-client.mdx` was written, `bundle add ...` was expected to install a recent version of the Claude SDK for Ruby that already includes `base64` as a runtime dependency.
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.
Follow-up to #121.
This PR removes the
base64dependency from the Gemfile, as it became a runtime dependency of Claude SDK for Ruby v1.60.0+.anthropics/anthropic-sdk-ruby#161 (comment)
Checklist