Class: Harbor::CLI::McpCommand
- Inherits:
-
Object
- Object
- Harbor::CLI::McpCommand
- Defined in:
- lib/harbor/cli/mcp_command.rb
Instance Method Summary collapse
-
#initialize(options, config) ⇒ McpCommand
constructor
A new instance of McpCommand.
- #start ⇒ Object
Constructor Details
#initialize(options, config) ⇒ McpCommand
Returns a new instance of McpCommand.
8 9 10 11 |
# File 'lib/harbor/cli/mcp_command.rb', line 8 def initialize(, config) @options = @config = config end |