Add Freerouting autoroute integration

4 new MCP tools: autoroute (full DSN→Freerouting→SES pipeline),
export_dsn, import_ses, check_freerouting. Requires Java 11+ and
freerouting.jar. Includes 21 test cases and README usage examples.
This commit is contained in:
Jeff Laflamme
2026-03-20 11:33:37 +07:00
parent 5b380c0f17
commit 53a8b3ff3e
8 changed files with 941 additions and 0 deletions

View File

@@ -16,3 +16,4 @@ export { registerUITools } from "./ui.js";
export { registerDatasheetTools } from "./datasheet.js";
export { registerFootprintTools } from "./footprint.js";
export { registerSymbolCreatorTools } from "./symbol-creator.js";
export { registerFreeroutingTools } from "./freerouting.js";