We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc58080 commit 01baaeeCopy full SHA for 01baaee
lib/mcp/client/http.rb
@@ -80,7 +80,8 @@ def require_faraday!
80
require "faraday"
81
rescue LoadError
82
raise LoadError, "The 'faraday' gem is required to use the MCP client HTTP transport. " \
83
- "Add it to your Gemfile: gem 'faraday', '>= 2.0'" \ "See https://rubygems.org/gems/faraday for more details."
+ "Add it to your Gemfile: gem 'faraday', '>= 2.0'" \
84
+ "See https://rubygems.org/gems/faraday for more details."
85
end
86
87
0 commit comments