Stash
Ruby / Ruby ${{ matrix.ruby }} (3.4.1) (push) Failing after 9m34s

This commit is contained in:
Joshua Coles
2025-03-18 14:35:10 +00:00
parent ef56b3ff74
commit ead72d3b4a
2 changed files with 13 additions and 9 deletions
+4
View File
@@ -13,6 +13,10 @@ module Mcp
raise NotImplementedError
end
def list_tools
raise NotImplementedError
end
def tools
ToolsProxy.new(self)
end