feat: add get_wire_connections tool for pin/wire lookup by schematic point

Given a single (x,y) coordinate on the schematic, flood-fills through all
connected wire segments and returns every component pin reachable on that net,
plus the full list of wire segments with their start/end coordinates.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Eugene Mikhantyev
2026-03-14 13:49:20 +00:00
parent 1647c282f3
commit 6633cd59fd
3 changed files with 164 additions and 0 deletions

View File

@@ -102,6 +102,7 @@ export const toolCategories: ToolCategory[] = [
"list_schematic_nets",
"list_schematic_wires",
"list_schematic_labels",
"get_wire_connections",
"generate_netlist",
"sync_schematic_to_board",
"get_schematic_view",