Skip to content

Commit bc58080

Browse files
jcat4topherbullock
andauthored
Update lib/mcp/client/http.rb
Co-authored-by: Topher Bullock <[email protected]>
1 parent c2bf904 commit bc58080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mcp/client/http.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def require_faraday!
8080
require "faraday"
8181
rescue LoadError
8282
raise LoadError, "The 'faraday' gem is required to use the MCP client HTTP transport. " \
83-
"Add it to your Gemfile: gem 'faraday', '>= 2.0'"
83+
"Add it to your Gemfile: gem 'faraday', '>= 2.0'" \ "See https://rubygems.org/gems/faraday for more details."
8484
end
8585
end
8686
end

0 commit comments

Comments
 (0)