Class: StimulusPlumbers::MCP::Plugins::Base::NotFound

Inherits:
Struct
  • Object
show all
Defined in:
lib/stimulus_plumbers/mcp/plugins/base.rb

Overview

Returned by a tool block to signal not-found (see text_tool).

Instance Attribute Summary collapse

Instance Attribute Details

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



9
10
11
# File 'lib/stimulus_plumbers/mcp/plugins/base.rb', line 9

def message
  @message
end