f0d738fff1
Convenience wrapper around route_trace that eliminates the need for separate get_pad_position calls before routing. - Accepts fromRef/fromPad/toRef/toPad instead of raw coordinates - Automatically looks up pad positions from board footprints - Auto-detects net from pad assignment (overridable via net param) - Returns fromPad/toPad position info in response - Saves ~2 tool calls (64+ calls for a full TMC2209 board) vs 3-step flow Registered in: routing.py, kicad_interface.py (dispatch), routing.ts (MCP)