123456789_123456789_123456789_123456789_123456789_

Class: RuboCop::CLI::Command::MCP Private

Do not use. This class is for internal use only.
Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, Base
Instance Chain:
self, Base
Inherits: RuboCop::CLI::Command::Base
Defined in: lib/rubocop/cli/command/mcp.rb

Overview

Start Model Context Protocol of RuboCop.

Class Attribute Summary

Base - Inherited

Class Method Summary

Instance Attribute Summary

Base - Inherited

Instance Method Summary

Instance Method Details

#run

[ GitHub ]

  
# File 'lib/rubocop/cli/command/mcp.rb', line 11

def run
  require_relative '../../mcp/server'

  RuboCop::MCP::Server.new(@config_store).start
end