Class: BundlerMCP::ToolCollection

Inherits:
Object
  • Object
show all
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

Yields:

  • (Tool)

    each MCP tool

Yield Parameters:

  • tool (Tool)

    a tool in the collection



14
15
16
# File 'lib/bundler_mcp/tool_collection.rb', line 14

def self.each(&)
  TOOLS.each(&)
end