14 15 16 17 18 19 20
# File 'lib/groww_mcp/tools/user_tools.rb', line 14 def call(server_context:) client = server_context[:client] result = client.profile format_response(result) rescue GrowwMcp::ApiError => e error_response(e) end