Class: Tidewave::Tools::Base

Inherits:
FastMcp::Tool
  • Object
show all
Defined in:
lib/tidewave/tools/base.rb

Class Method Summary collapse

Class Method Details

.file_system_toolObject



6
7
8
# File 'lib/tidewave/tools/base.rb', line 6

def self.file_system_tool
  @file_system_tool = true
end

.file_system_tool?Boolean

Returns:

  • (Boolean)


10
11
12
# File 'lib/tidewave/tools/base.rb', line 10

def self.file_system_tool?
  @file_system_tool
end