Class: Hitch::MCP::Internal::RegistryRuntime::Entry
- Inherits:
-
Data
- Object
- Data
- Hitch::MCP::Internal::RegistryRuntime::Entry
- Defined in:
- app/models/hitch/mcp/internal/registry_runtime.rb
Instance Attribute Summary collapse
-
#annotations ⇒ Object
readonly
Returns the value of attribute annotations.
-
#class_name ⇒ Object
readonly
Returns the value of attribute class_name.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#input_schema ⇒ Object
readonly
Returns the value of attribute input_schema.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#output_schema ⇒ Object
readonly
Returns the value of attribute output_schema.
-
#scopes ⇒ Object
readonly
Returns the value of attribute scopes.
-
#sdk_tool ⇒ Object
readonly
Returns the value of attribute sdk_tool.
Instance Attribute Details
#annotations ⇒ Object (readonly)
Returns the value of attribute annotations
25 26 27 |
# File 'app/models/hitch/mcp/internal/registry_runtime.rb', line 25 def annotations @annotations end |
#class_name ⇒ Object (readonly)
Returns the value of attribute class_name
25 26 27 |
# File 'app/models/hitch/mcp/internal/registry_runtime.rb', line 25 def class_name @class_name end |
#description ⇒ Object (readonly)
Returns the value of attribute description
25 26 27 |
# File 'app/models/hitch/mcp/internal/registry_runtime.rb', line 25 def description @description end |
#input_schema ⇒ Object (readonly)
Returns the value of attribute input_schema
25 26 27 |
# File 'app/models/hitch/mcp/internal/registry_runtime.rb', line 25 def input_schema @input_schema end |
#name ⇒ Object (readonly)
Returns the value of attribute name
25 26 27 |
# File 'app/models/hitch/mcp/internal/registry_runtime.rb', line 25 def name @name end |
#output_schema ⇒ Object (readonly)
Returns the value of attribute output_schema
25 26 27 |
# File 'app/models/hitch/mcp/internal/registry_runtime.rb', line 25 def output_schema @output_schema end |
#scopes ⇒ Object (readonly)
Returns the value of attribute scopes
25 26 27 |
# File 'app/models/hitch/mcp/internal/registry_runtime.rb', line 25 def scopes @scopes end |
#sdk_tool ⇒ Object (readonly)
Returns the value of attribute sdk_tool
25 26 27 |
# File 'app/models/hitch/mcp/internal/registry_runtime.rb', line 25 def sdk_tool @sdk_tool end |