Ruby language server for code intelligence, diagnostics, and Rails integration.
## Ruby LSP MCP Server: Modern Ruby Development The **Ruby LSP MCP Server** integrates Shopify's Ruby LSP into Google Antigravity, providing fast, modern Ruby development with Rails integration, intelligent completions, and real-time diagnostics. ### Why Ruby LSP MCP? Ruby and Rails power millions of web applications. The Ruby LSP MCP provides: - **Rails Integration**: Full framework support - **Fast Performance**: Built for speed - **RuboCop**: Integrated linting and formatting - **Gem Support**: Dependency navigation ### Key Features #### 1. Rails Support Full framework integration: - Model associations - Route recognition - View helpers - Active Record queries #### 2. Code Intelligence Ruby-specific features: - Block parameter completion - Method chaining - Mixin resolution - Dynamic method detection #### 3. Diagnostics Real-time checking: - Syntax errors - RuboCop violations - Type inference (Sorbet/RBS) - Deprecation warnings ### Configuration ```json { "mcpServers": { "ruby-lsp": { "command": "ruby-lsp", "args": ["--mcp"] } } } ``` The Ruby LSP MCP brings modern IDE features to Ruby development with Rails-first design.
{
"mcpServers": {
"ruby-lsp": {}
}
}