Class: HotwireClub::MCP::Tools::BaseTool
- Inherits:
-
FastMcp::Tool
- Object
- FastMcp::Tool
- HotwireClub::MCP::Tools::BaseTool
- 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.
Direct Known Subclasses
GetHwcKbChunkTool, ListHwcKbCategoriesTool, ListHwcKbDocsTool, ListHwcKbTagsTool, RelatedHwcKbDocsTool, SearchHwcKbTool
Class Attribute Summary collapse
-
.adapter ⇒ Object
Returns the value of attribute adapter.
Class Attribute Details
.adapter ⇒ Object
Returns the value of attribute adapter.
13 14 15 |
# File 'lib/hotwire_club/mcp/tools/base_tool.rb', line 13 def adapter @adapter end |