Tool calls!
Ruby / Ruby ${{ matrix.ruby }} (3.4.1) (push) Failing after 9m36s

This commit is contained in:
2025-03-15 11:58:34 +00:00
parent 554082f88c
commit b4bbbd28ef
5 changed files with 61 additions and 56 deletions
+4 -1
View File
@@ -6,6 +6,9 @@ RSpec.describe Mcp do
end
it "does something useful" do
expect(false).to eq(true)
a = Mcp::Client.new("/Users/joshuacoles/.local/bin/mcp-server-fetch", [])
expect(a.connect).to eq(true)
puts a.list_tools
puts a.tools.fetch(url: 'http://example.com')
end
end