fix: address review issues in schematic tools
- Remove unused imports in move_schematic_component - Add warning log when mirror attribute missing on rotate - Move `import re` out of loop in annotate_schematic - Include global_label in list_schematic_nets - Fix SVG export to use directory for kicad-cli --output flag - Return actual SVG data in get_schematic_view TS handler - Add isError: true to all failure responses in new tools - Add connect_passthrough to schematic category in registry - Simplify power symbol filtering control flow in list_labels - Fix indentation in list_schematic_labels power section Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -97,6 +97,7 @@ export const toolCategories: ToolCategory[] = [
|
||||
"add_schematic_net_label",
|
||||
"delete_schematic_net_label",
|
||||
"connect_to_net",
|
||||
"connect_passthrough",
|
||||
"get_net_connections",
|
||||
"list_schematic_nets",
|
||||
"list_schematic_wires",
|
||||
|
||||
Reference in New Issue
Block a user