Class: YardTool
- Inherits:
-
FastMcp::Tool
- Object
- FastMcp::Tool
- YardTool
- Defined in:
- lib/yardmcp.rb
Direct Known Subclasses
AncestorsTool, BuildGemDocsTool, ChildrenTool, CodeSnippetTool, GetDocTool, HierarchyTool, ListClassesTool, ListGemsTool, MethodsListTool, RelatedObjectsTool, SearchTool, SourceLocationTool
Class Attribute Summary collapse
-
.output_schema ⇒ Object
readonly
Returns the value of attribute output_schema.
Class Method Summary collapse
Class Attribute Details
.output_schema ⇒ Object (readonly)
Returns the value of attribute output_schema.
567 568 569 |
# File 'lib/yardmcp.rb', line 567 def output_schema @output_schema end |
Class Method Details
.returns(schema) ⇒ Object
569 570 571 |
# File 'lib/yardmcp.rb', line 569 def returns(schema) @output_schema = schema end |