Class: StimulusPlumbers::MCP::Plugins::Base::NotFound
- Inherits:
-
Struct
- Object
- Struct
- StimulusPlumbers::MCP::Plugins::Base::NotFound
- 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
-
#message ⇒ Object
Returns the value of attribute message.
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message
9 10 11 |
# File 'lib/stimulus_plumbers/mcp/plugins/base.rb', line 9 def @message end |