We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6075ff3 + 699aecc commit bd32a97Copy full SHA for bd32a97
lib/ruby_llm/mcp.rb
@@ -9,9 +9,7 @@
9
loader.inflector.inflect("sse" => "SSE")
10
loader.inflector.inflect("openai" => "OpenAI")
11
loader.inflector.inflect("streamable_http" => "StreamableHTTP")
12
-
13
loader.setup
14
-loader.eager_load
15
16
module RubyLLM
17
module MCP
lib/ruby_llm/mcp/version.rb
@@ -2,6 +2,6 @@
2
3
4
5
- VERSION = "0.4.0"
+ VERSION = "0.4.1"
6
end
7
0 commit comments