Skip to content

Conversation

@BrewTestBot
Copy link
Contributor

Created by brew bump


Created with brew bump-formula-pr.

release notes
This major release reduces initial context consumption by 67% through a new progressive tool discovery architecture, based on [Anthropic's MCP best practices](https://www.anthropic.com/engineering/building-effective-agents).

Highlights

Context-Efficient Architecture

  • Reduced registered MCP tools from 12 to 4 bootstrap tools
  • 9 internal analyzers discovered on-demand via search_tools and invoked via execute_tool
  • Significantly reduces token usage when working with AI assistants

Sandboxed Ruby Execution

New execute_ruby tool allows secure code execution in Rails context with:

  • File/network/system call restrictions
  • Sensitive file protection (.env, credentials, .gitignore'd files)
  • Helper methods: read_file, file_exists?, list_files, project_root

Interactive Configuration Tool

New rails-mcp-config TUI for:

  • Project management with validation
  • Guide downloading with progress indicators
  • Claude Desktop auto-configuration (STDIO/HTTP modes)
  • Gum-enhanced UI with terminal fallback

Rails Introspection (replaces regex parsing)

  • Uses actual Rails APIs (reflect_on_all_associations, validators, action_methods)
  • More accurate model and controller analysis
  • Prism-based static analysis for callbacks, scopes, and concerns

Output Optimization

  • New detail_level parameter: names | summary | full
  • Route filtering by controller, verb, or path
  • Batch operations for models and schemas

Full Changelog

See CHANGELOG.md for complete details.

View the full release notes at https://github.com/maquina-app/rails-mcp-server/releases/tag/v1.4.0.


@github-actions github-actions bot added ruby Ruby use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Dec 11, 2025
@github-actions
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Dec 11, 2025
@BrewTestBot BrewTestBot added this pull request to the merge queue Dec 11, 2025
Merged via the queue into main with commit 3c3c6e7 Dec 11, 2025
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-rails-mcp-server-1.4.0 branch December 11, 2025 03:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. ruby Ruby use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants