Method: ActionMCP::Tool.call

Defined in:
lib/action_mcp/tool.rb

.call(arguments = {}) ⇒ Object

Class method to call the tool with arguments



131
132
133
# File 'lib/action_mcp/tool.rb', line 131

def call(arguments = {})
  new(arguments).call
end