Class: HotwireClub::MCP::Tools::BaseTool

Inherits:
FastMcp::Tool
  • Object
show all
Defined in:
lib/hotwire_club/mcp/tools/base_tool.rb

Overview

Base class for all MCP tools

Provides common functionality like adapter access for all tools.

Class Attribute Summary collapse

Class Attribute Details

.adapterObject

Returns the value of attribute adapter.



13
14
15
# File 'lib/hotwire_club/mcp/tools/base_tool.rb', line 13

def adapter
  @adapter
end