Class: SearchTool

Inherits:
FastMcp::Tool
  • Object
show all
Defined in:
lib/yardmcp.rb

Overview

Tool: Perform fuzzy/full-text search

Instance Method Summary collapse

Instance Method Details

#call(query:) ⇒ Object



377
378
379
380
# File 'lib/yardmcp.rb', line 377

def call(query:)
  # Enhanced search: ranked, fuzzy, and full-text
  { content: YardUtils.instance.search(query) }
end