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 c2bf904 commit bc58080Copy full SHA for bc58080
lib/mcp/client/http.rb
@@ -80,7 +80,7 @@ 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'"
+ "Add it to your Gemfile: gem 'faraday', '>= 2.0'" \ "See https://rubygems.org/gems/faraday for more details."
84
end
85
86
0 commit comments