Module: Reeve::Integrations::FastMcp::Inheritance

Defined in:
lib/reeve/integrations/fast_mcp/tool_extension.rb

Overview

Installs the extension into every tool defined from here on.

Instance Method Summary collapse

Instance Method Details

#inherited(subclass) ⇒ Object



29
30
31
32
# File 'lib/reeve/integrations/fast_mcp/tool_extension.rb', line 29

def inherited(subclass)
  super
  subclass.prepend(ToolExtension)
end