Class: LittleGhost::MCP::Client::PreparedDefinition

Inherits:
Data
  • Object
show all
Defined in:
lib/little_ghost/mcp/client.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#definitionObject (readonly)

Returns the value of attribute definition

Returns:

  • (Object)

    the current value of definition



170
171
172
# File 'lib/little_ghost/mcp/client.rb', line 170

def definition
  @definition
end

#input_schemaObject (readonly)

Returns the value of attribute input_schema

Returns:

  • (Object)

    the current value of input_schema



170
171
172
# File 'lib/little_ghost/mcp/client.rb', line 170

def input_schema
  @input_schema
end

#output_schemerObject (readonly)

Returns the value of attribute output_schemer

Returns:

  • (Object)

    the current value of output_schemer



170
171
172
# File 'lib/little_ghost/mcp/client.rb', line 170

def output_schemer
  @output_schemer
end