Class: Hitch::MCP::Internal::RegistryRuntime::CallResolution

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

Instance Attribute Summary collapse

Instance Attribute Details

#required_scopesObject (readonly)

Returns the value of attribute required_scopes

Returns:

  • (Object)

    the current value of required_scopes



39
40
41
# File 'app/models/hitch/mcp/internal/registry_runtime.rb', line 39

def required_scopes
  @required_scopes
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



39
40
41
# File 'app/models/hitch/mcp/internal/registry_runtime.rb', line 39

def status
  @status
end

#toolObject (readonly)

Returns the value of attribute tool

Returns:

  • (Object)

    the current value of tool



39
40
41
# File 'app/models/hitch/mcp/internal/registry_runtime.rb', line 39

def tool
  @tool
end