Class: ListGemsTool

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

Overview

Tool: List all gems with .yardoc files

Instance Method Summary collapse

Instance Method Details

#callObject



304
305
306
# File 'lib/yardmcp.rb', line 304

def call
  { content: YardUtils.instance.list_gems }
end