Skip to content

Commit bd32a97

Browse files
authored
Merge pull request #31 from patvice/eager_load-hot-fix
Hot fix to remove eager_load
2 parents 6075ff3 + 699aecc commit bd32a97

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

lib/ruby_llm/mcp.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
loader.inflector.inflect("sse" => "SSE")
1010
loader.inflector.inflect("openai" => "OpenAI")
1111
loader.inflector.inflect("streamable_http" => "StreamableHTTP")
12-
1312
loader.setup
14-
loader.eager_load
1513

1614
module RubyLLM
1715
module MCP

lib/ruby_llm/mcp/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module RubyLLM
44
module MCP
5-
VERSION = "0.4.0"
5+
VERSION = "0.4.1"
66
end
77
end

0 commit comments

Comments
 (0)