Class: GroqRuby::MCP::HttpServerConfig
- Inherits:
-
Object
- Object
- GroqRuby::MCP::HttpServerConfig
- Defined in:
- lib/groq_ruby/mcp/http_server_config.rb
Overview
Description of an MCP server reachable over HTTP Streamable transport. Sibling of ServerConfig (which describes a stdio-launched server). Immutable — build one per server, then pass to Client.connect or Bridge.new.
Instance Method Summary collapse
-
#initialize(name:, url:, headers: {}) ⇒ HttpServerConfig
constructor
A new instance of HttpServerConfig.
Constructor Details
#initialize(name:, url:, headers: {}) ⇒ HttpServerConfig
Returns a new instance of HttpServerConfig.
20 21 22 |
# File 'lib/groq_ruby/mcp/http_server_config.rb', line 20 def initialize(name:, url:, headers: {}) super end |