Class: BundlerMCP::ToolCollection
- Inherits:
-
Object
- Object
- BundlerMCP::ToolCollection
- Defined in:
- lib/bundler_mcp/tool_collection.rb
Overview
Contains all tools that can be used by the caller
Class Method Summary collapse
Class Method Details
.each {|Tool| ... } ⇒ Object
14 15 16 |
# File 'lib/bundler_mcp/tool_collection.rb', line 14 def self.each(&) TOOLS.each(&) end |