57 58 59 60 61 62 63
# File 'lib/groww_mcp/tools/portfolio_tools.rb', line 57 def call(server_context:) client = server_context[:client] result = client.margins format_response(result) rescue GrowwMcp::ApiError => e error_response(e) end