Class: SolidLoop::Mcp::Toolset::ToolDefinition
- Inherits:
-
Struct
- Object
- Struct
- SolidLoop::Mcp::Toolset::ToolDefinition
- Defined in:
- lib/solid_loop/mcp/toolset.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#handler ⇒ Object
Returns the value of attribute handler.
-
#input_schema ⇒ Object
Returns the value of attribute input_schema.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
30 31 32 |
# File 'lib/solid_loop/mcp/toolset.rb', line 30 def description @description end |
#handler ⇒ Object
Returns the value of attribute handler
30 31 32 |
# File 'lib/solid_loop/mcp/toolset.rb', line 30 def handler @handler end |
#input_schema ⇒ Object
Returns the value of attribute input_schema
30 31 32 |
# File 'lib/solid_loop/mcp/toolset.rb', line 30 def input_schema @input_schema end |
#name ⇒ Object
Returns the value of attribute name
30 31 32 |
# File 'lib/solid_loop/mcp/toolset.rb', line 30 def name @name end |