Skip to content

Bump ruby_llm-mcp from 0.7.0 to 0.8.0#211

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/ruby_llm-mcp-0.8.0
Closed

Bump ruby_llm-mcp from 0.7.0 to 0.8.0#211
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/ruby_llm-mcp-0.8.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 11, 2025

Copy link
Copy Markdown
Contributor

Bumps ruby_llm-mcp from 0.7.0 to 0.8.0.

Release notes

Sourced from ruby_llm-mcp's releases.

v0.8.0

RubyLLM::MCP v0.8 - OAuth 2.1 Support!!

Version 0.8.0 adds comprehensive OAuth 2.1 support for secure authentication with MCP servers.

OAuth 2.1 Authentication

This release implements OAuth 2.1 compliance with the security features you'd expect in production:

Key Features

  • Spec Compliant: Full implementation for OAuth 2.1 support as outlined MCP Spec
  • PKCE (RFC 7636): Proof Key for Code Exchange with SHA256 for secure authorization flows
  • Dynamic Client Registration (RFC 7591): Automatic client registration with OAuth servers
  • Server Discovery (RFC 8414): Automatic authorization server metadata discovery
  • Browser-Based Authentication: Built-in local callback server with a clean UI (pure Ruby, no external dependencies)
  • Automatic Token Refresh: Proactive token refresh with configurable buffers
  • Pluggable Storage: Flexible storage interface for tokens, client info, and metadata
  • Custom Storage: Implement your own storage backend for Redis, databases, or any persistence layer
  • Multi-Transport Support: Works with SSE and StreamableHTTP transports, including generator example in rails

Quick Example

require "ruby_llm/mcp"
Create client with OAuth config
client = RubyLLM::MCP.client(
name: "protected-server",
transport_type: :sse,
start: false,
config: {
url: "https://mcp.example.com/api",
oauth: { scope: "mcp:read mcp:write" }
}
)
Authenticate via browser - that's it!
client.oauth(type: :browser).authenticate
Use client normally
client.start
tools = client.tools

Documentation

For complete details, configuration options, and integration guides:

... (truncated)

Commits
  • 9bb0d93 Merge pull request #92 from patvice/bump-version-0.8.0
  • 61bcfab fixed doc issue and removed support for complex paramaters
  • 5c70f72 version bump to 0.8
  • bfa1086 Merge pull request #91 from patvice/oauth-improvements
  • e27cb9a updated docs and set upgrade from 0.7 to 0.8 docs
  • 502d320 corrected rubocop lint issues in examples
  • 04cc390 finished with oauth client api, updated docs
  • 4388829 moved broswer success/error page settings to the configuration object
  • 83d3c07 provided a broswer oauth refactor and added creation methods (default option)...
  • 65dc1d7 added some visual improves + some more on the oauth example
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Nov 11, 2025
Bumps [ruby_llm-mcp](https://github.com/patvice/ruby_llm-mcp) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/patvice/ruby_llm-mcp/releases)
- [Commits](patvice/ruby_llm-mcp@v0.7.0...v0.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/bundler/ruby_llm-mcp-0.8.0 branch from 56ac7f5 to c4b92de Compare November 24, 2025 13:37
@dependabot @github

dependabot Bot commented on behalf of github Mar 5, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #266.

@dependabot dependabot Bot closed this Mar 5, 2026
@dependabot dependabot Bot deleted the dependabot/bundler/ruby_llm-mcp-0.8.0 branch March 5, 2026 19:24
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