@vcad/mcp 0.9.4-main.20 → 0.9.4-main.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -6,4 +6,4 @@ vcad's MCP server as a self-contained bundle (server + BRep kernel WASM).
6
6
  { "mcpServers": { "vcad": { "command": "npx", "args": ["-y", "@vcad/mcp"] } } }
7
7
  ```
8
8
 
9
- Built from c5938bcd3843b4e600b28e18b5472d41337bd478 at 2026-07-25T14:49:15.914Z. Source: https://github.com/ecto/vcad
9
+ Built from ae87eb41a99471811d47dbc26cf18a794a79d2d3 at 2026-07-25T16:50:53.464Z. Source: https://github.com/ecto/vcad
package/index.mjs CHANGED
@@ -40899,6 +40899,45 @@ var init_CHANGELOG = __esm({
40899
40899
  "build_receipt"
40900
40900
  ]
40901
40901
  },
40902
+ {
40903
+ id: "2026-07-25-impedance-geometry-per-layer",
40904
+ version: "0.9.4",
40905
+ date: "2026-07-25",
40906
+ category: "feat",
40907
+ title: "Controlled-impedance geometry solved per layer",
40908
+ summary: "A net class can declare a target impedance and vcad derives the trace and diff-pair width per layer from the board stackup \u2014 microstrip on the outers, stripline on the inners \u2014 with the router preferring layers where the geometry is impedance-correct.",
40909
+ features: [
40910
+ "pcb",
40911
+ "autorouter",
40912
+ "diff-pairs",
40913
+ "signal-integrity",
40914
+ "stackup"
40915
+ ],
40916
+ mcpTools: [
40917
+ "route_nets",
40918
+ "set_design_rules",
40919
+ "set_stackup",
40920
+ "calc_impedance",
40921
+ "build_receipt"
40922
+ ]
40923
+ },
40924
+ {
40925
+ id: "2026-07-25-gerber-pad-rotation",
40926
+ version: "0.9.4",
40927
+ date: "2026-07-25",
40928
+ category: "fix",
40929
+ title: "Gerber export honours pad rotation",
40930
+ summary: "Pads on rotated footprints are exported with the correct orientation; previously every non-square pad was flashed axis-aligned, shorting fine-pitch packages.",
40931
+ features: [
40932
+ "pcb",
40933
+ "gerber",
40934
+ "fabrication"
40935
+ ],
40936
+ mcpTools: [
40937
+ "export_gerber",
40938
+ "fab_prep"
40939
+ ]
40940
+ },
40902
40941
  {
40903
40942
  id: "2026-07-24-visionos-app",
40904
40943
  version: "0.9.4",
@@ -78061,8 +78100,8 @@ var init_server3 = __esm({
78061
78100
  init_order_feed();
78062
78101
  init_animate();
78063
78102
  PKG_VERSION = (() => {
78064
- if ("0.9.4-main.20") {
78065
- return "0.9.4-main.20";
78103
+ if ("0.9.4-main.21") {
78104
+ return "0.9.4-main.21";
78066
78105
  }
78067
78106
  try {
78068
78107
  const req = createRequire2(import.meta.url);
@@ -78071,8 +78110,8 @@ var init_server3 = __esm({
78071
78110
  return "0.0.0";
78072
78111
  }
78073
78112
  })();
78074
- BUILD_SHA = "c5938bcd3843b4e600b28e18b5472d41337bd478";
78075
- BUILD_TIME = "2026-07-25T14:49:15.914Z";
78113
+ BUILD_SHA = "ae87eb41a99471811d47dbc26cf18a794a79d2d3";
78114
+ BUILD_TIME = "2026-07-25T16:50:53.464Z";
78076
78115
  SHORT_SHA = BUILD_SHA === "unknown" ? "unknown" : BUILD_SHA.slice(0, 7);
78077
78116
  VERSION_WITH_BUILD = SHORT_SHA === "unknown" ? PKG_VERSION : `${PKG_VERSION}+${SHORT_SHA}`;
78078
78117
  INSTANCE_ID = randomUUID6().slice(0, 8);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vcad/mcp",
3
- "version": "0.9.4-main.20",
3
+ "version": "0.9.4-main.21",
4
4
  "description": "vcad MCP server — parametric CAD + PCB design tools for AI agents (self-contained: bundled server + kernel WASM)",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -19,7 +19,7 @@
19
19
  },
20
20
  "homepage": "https://vcad.io",
21
21
  "vcadBuild": {
22
- "sha": "c5938bcd3843b4e600b28e18b5472d41337bd478",
23
- "builtAt": "2026-07-25T14:49:15.914Z"
22
+ "sha": "ae87eb41a99471811d47dbc26cf18a794a79d2d3",
23
+ "builtAt": "2026-07-25T16:50:53.464Z"
24
24
  }
25
25
  }
Binary file