Class: LittleGhost::MCP::Client::PreparedDefinition
- Inherits:
-
Data
- Object
- Data
- LittleGhost::MCP::Client::PreparedDefinition
- Defined in:
- lib/little_ghost/mcp/client.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#definition ⇒ Object
readonly
Returns the value of attribute definition.
-
#input_schema ⇒ Object
readonly
Returns the value of attribute input_schema.
-
#output_schemer ⇒ Object
readonly
Returns the value of attribute output_schemer.
Instance Attribute Details
#definition ⇒ Object (readonly)
Returns the value of attribute definition
170 171 172 |
# File 'lib/little_ghost/mcp/client.rb', line 170 def definition @definition end |
#input_schema ⇒ Object (readonly)
Returns the value of attribute input_schema
170 171 172 |
# File 'lib/little_ghost/mcp/client.rb', line 170 def input_schema @input_schema end |
#output_schemer ⇒ Object (readonly)
Returns the value of attribute output_schemer
170 171 172 |
# File 'lib/little_ghost/mcp/client.rb', line 170 def output_schemer @output_schemer end |