Class: SolidLoop::Mcp::Toolset::PromptDefinition

Inherits:
Struct
  • Object
show all
Defined in:
lib/solid_loop/mcp/toolset.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argumentsObject

Returns the value of attribute arguments

Returns:

  • (Object)

    the current value of arguments



31
32
33
# File 'lib/solid_loop/mcp/toolset.rb', line 31

def arguments
  @arguments
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



31
32
33
# File 'lib/solid_loop/mcp/toolset.rb', line 31

def description
  @description
end

#handlerObject

Returns the value of attribute handler

Returns:

  • (Object)

    the current value of handler



31
32
33
# File 'lib/solid_loop/mcp/toolset.rb', line 31

def handler
  @handler
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



31
32
33
# File 'lib/solid_loop/mcp/toolset.rb', line 31

def name
  @name
end