Class: Hitch::MCP::Internal::RegistryRuntime::Entry

Inherits:
Data
  • Object
show all
Defined in:
app/models/hitch/mcp/internal/registry_runtime.rb

Instance Attribute Summary collapse

Instance Attribute Details

#annotationsObject (readonly)

Returns the value of attribute annotations

Returns:

  • (Object)

    the current value of annotations



25
26
27
# File 'app/models/hitch/mcp/internal/registry_runtime.rb', line 25

def annotations
  @annotations
end

#class_nameObject (readonly)

Returns the value of attribute class_name

Returns:

  • (Object)

    the current value of class_name



25
26
27
# File 'app/models/hitch/mcp/internal/registry_runtime.rb', line 25

def class_name
  @class_name
end

#descriptionObject (readonly)

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



25
26
27
# File 'app/models/hitch/mcp/internal/registry_runtime.rb', line 25

def description
  @description
end

#input_schemaObject (readonly)

Returns the value of attribute input_schema

Returns:

  • (Object)

    the current value of input_schema



25
26
27
# File 'app/models/hitch/mcp/internal/registry_runtime.rb', line 25

def input_schema
  @input_schema
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



25
26
27
# File 'app/models/hitch/mcp/internal/registry_runtime.rb', line 25

def name
  @name
end

#output_schemaObject (readonly)

Returns the value of attribute output_schema

Returns:

  • (Object)

    the current value of output_schema



25
26
27
# File 'app/models/hitch/mcp/internal/registry_runtime.rb', line 25

def output_schema
  @output_schema
end

#scopesObject (readonly)

Returns the value of attribute scopes

Returns:

  • (Object)

    the current value of scopes



25
26
27
# File 'app/models/hitch/mcp/internal/registry_runtime.rb', line 25

def scopes
  @scopes
end

#sdk_toolObject (readonly)

Returns the value of attribute sdk_tool

Returns:

  • (Object)

    the current value of sdk_tool



25
26
27
# File 'app/models/hitch/mcp/internal/registry_runtime.rb', line 25

def sdk_tool
  @sdk_tool
end