New
v0.2.0 - Rails MCP Server Integration
What's New
๐ Rails MCP Server Integration
ClaudeOnRails now integrates with Rails MCP Server to provide your AI agents with real-time access to Rails documentation and best practices!
โจ Key Features
- Interactive Setup: Just press Y during generation to set up MCP Server
- Enhanced Documentation Access: Agents can query Rails guides in real-time
- Automated Installation: No manual npm/gem commands needed
- Smart Detection: Automatically configures when MCP Server is available
๐ ๏ธ Setup
# During generation, you'll be prompted:
rails generate claude_on_rails:swarm
# Press Y to set up Rails MCP Server\!
# Or set up later:
rails claude_on_rails:setup_mcp
# Check status:
rails claude_on_rails:mcp_status
๐ Fixes
- Fixed RDoc version conflicts during installation
- Improved MCP availability detection
- Added --no-document flag to avoid documentation generation issues
๐ Documentation
- Added comprehensive SETUP.md guide
- Updated README with MCP integration details
- Enhanced all agent prompts with MCP capabilities
๐ Installation
gem 'claude-on-rails', '~> 0.2.0'
Thanks to @mariochavez for the excellent Rails MCP Server!