623d79947b
Added log_mcp_call() helper function that logs all MCP tool invocations with their parameters at INFO level. This provides: - Better debugging and monitoring capabilities - Clear visibility into which tools are being called and with what parameters - Smart parameter formatting (truncates long strings, summarizes long lists) - Consistent logging format across all 10 MCP tools Example log output: INFO - MCP tool called: find_recent_deals_for_address(address=סוקולוב 38 חולון, years_back=2, radius_meters=30, max_deals=100, deal_type=2) This helps track API usage patterns and debug issues in production. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>