Class: UpstreamRegistry::Upstream

Inherits:
Struct
  • Object
show all
Defined in:
app/mcp/upstream_registry.rb

Overview

MCP server component: upstream.

Instance Attribute Summary collapse

Instance Attribute Details

#headersObject

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



19
20
21
# File 'app/mcp/upstream_registry.rb', line 19

def headers
  @headers
end

#service_keyObject

Returns the value of attribute service_key

Returns:

  • (Object)

    the current value of service_key



19
20
21
# File 'app/mcp/upstream_registry.rb', line 19

def service_key
  @service_key
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



19
20
21
# File 'app/mcp/upstream_registry.rb', line 19

def url
  @url
end