Class: GroqRuby::MCP::ServerConfig
- Inherits:
-
Object
- Object
- GroqRuby::MCP::ServerConfig
- Defined in:
- lib/groq_ruby/mcp/server_config.rb
Overview
Description of an MCP server to connect to via stdio. Immutable —build one per server, then pass to Client.connect or Bridge.new.
Instance Method Summary collapse
-
#initialize(name:, command:, args: [], env: {}) ⇒ ServerConfig
constructor
A new instance of ServerConfig.
Constructor Details
#initialize(name:, command:, args: [], env: {}) ⇒ ServerConfig
Returns a new instance of ServerConfig.
17 18 19 |
# File 'lib/groq_ruby/mcp/server_config.rb', line 17 def initialize(name:, command:, args: [], env: {}) super end |