Class: MethodsListTool
- Inherits:
-
FastMcp::Tool
- Object
- FastMcp::Tool
- MethodsListTool
- Defined in:
- lib/yardmcp.rb
Overview
Tool: List methods for a class/module
Instance Method Summary collapse
Instance Method Details
#call(path:) ⇒ Object
353 354 355 |
# File 'lib/yardmcp.rb', line 353 def call(path:) { content: YardUtils.instance.methods_list(path) } end |