Method: ActionMCP::Tool.annotations_for_protocol
- Defined in:
- lib/action_mcp/tool.rb
.annotations_for_protocol(_protocol_version = nil) ⇒ Object
Return annotations for the tool
125 126 127 128 |
# File 'lib/action_mcp/tool.rb', line 125 def annotations_for_protocol(_protocol_version = nil) # Always include annotations now that we only support 2025+ _annotations end |