Replace rubydex_mcp server with Ruby implementation#863
Open
st0012 wants to merge 4 commits into
Open
Conversation
f13e11d to
6a9ca41
Compare
rubydex_mcp server with Ruby implementation
6a9ca41 to
db9f6ba
Compare
Assisted-By: devx/0b82d122-3a3f-4089-9195-b78154de2f9a
0f6b7c8 to
077eb83
Compare
Assisted-By: devx/0b82d122-3a3f-4089-9195-b78154de2f9a
077eb83 to
d88a604
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a Ruby implementation of
rubydex_mcpwith a small internal MCP/JSON-RPC protocol layer.The existing Rust MCP crate and build plumbing are left in place. If this PR is accepted, I'll remove it in a follow up PR.
Parity with the Rust MCP server
Matches the existing Rust MCP server for:
search_declarations,get_declaration,get_descendants,find_constant_references,get_file_declarations,codebase_statsManually checked against
rust/target/debug/rubydex_mcpusing the same fixture and tool calls for the six tools.Known difference:
Follow-up work