HomeTags#code-indexing

#code-indexing page 1/1 · 1 total

TODAY 1 entries
NEW blog cursor 11h ago · zenn-cursor

Cursor AgentからMCP経由でRubyDexを使いコード構造を直接クエリ This article describes how to invoke RubyDex, a Ruby code structure indexer, from Cursor's…

AI要約 Cursorのエージェントから自作ツールRubyDexをMCP経由で呼び出し、Rubyコードの構造をクエリする手法を紹介。LLMにテキスト全文を読ませる代わりに、構造化インデックスを参照させることで効率的なコード理解と編集を実現する。

EN This article describes how to invoke RubyDex, a Ruby code structure indexer, from Cursor's Agent via MCP. Instead of feeding raw source text to the LLM, the agent queries a structured index, enabling more efficient code understanding and editing.

zenn.dev
Cursor の Agent から RubyDex を使う - MCP 経由でコード構造を直接クエリする og