Class: ListGemsTool
- Inherits:
-
FastMcp::Tool
- Object
- FastMcp::Tool
- ListGemsTool
- Defined in:
- lib/yardmcp.rb
Overview
Tool: List all gems with .yardoc files
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
304 305 306 |
# File 'lib/yardmcp.rb', line 304 def call { content: YardUtils.instance.list_gems } end |