@vcad/mcp 0.9.4-main.43 → 0.9.4-main.44

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 b8688eaf89da55b654b320d07262e2b17de65d37 at 2026-07-26T15:17:55.143Z. Source: https://github.com/ecto/vcad
9
+ Built from efd602e1a47295ebf6cb9eceb252bd6e63962be5 at 2026-07-26T15:31:54.644Z. Source: https://github.com/ecto/vcad
package/index.mjs CHANGED
@@ -41332,6 +41332,19 @@ var init_CHANGELOG = __esm({
41332
41332
  "create_cad_loon"
41333
41333
  ]
41334
41334
  },
41335
+ {
41336
+ id: "2026-07-26-anisotropic-roughness",
41337
+ version: "0.9.4",
41338
+ date: "2026-07-26",
41339
+ category: "feat",
41340
+ title: "Brushed and turned finishes render correctly",
41341
+ summary: "Materials gain an anisotropy value, and the photoreal path tracer orients the stretched highlight by the BRep's own surface parameterisation, so turned shafts and bored holes get the circumferential grain they have in life.",
41342
+ features: [
41343
+ "rendering",
41344
+ "raytracing",
41345
+ "materials"
41346
+ ]
41347
+ },
41335
41348
  {
41336
41349
  id: "2026-07-25-via-layer-spans-in-fab-export",
41337
41350
  version: "0.9.4",
@@ -80740,8 +80753,8 @@ var init_server3 = __esm({
80740
80753
  init_order_feed();
80741
80754
  init_animate();
80742
80755
  PKG_VERSION = (() => {
80743
- if ("0.9.4-main.43") {
80744
- return "0.9.4-main.43";
80756
+ if ("0.9.4-main.44") {
80757
+ return "0.9.4-main.44";
80745
80758
  }
80746
80759
  try {
80747
80760
  const req = createRequire2(import.meta.url);
@@ -80750,8 +80763,8 @@ var init_server3 = __esm({
80750
80763
  return "0.0.0";
80751
80764
  }
80752
80765
  })();
80753
- BUILD_SHA = "b8688eaf89da55b654b320d07262e2b17de65d37";
80754
- BUILD_TIME = "2026-07-26T15:17:55.143Z";
80766
+ BUILD_SHA = "efd602e1a47295ebf6cb9eceb252bd6e63962be5";
80767
+ BUILD_TIME = "2026-07-26T15:31:54.644Z";
80755
80768
  SHORT_SHA = BUILD_SHA === "unknown" ? "unknown" : BUILD_SHA.slice(0, 7);
80756
80769
  VERSION_WITH_BUILD = SHORT_SHA === "unknown" ? PKG_VERSION : `${PKG_VERSION}+${SHORT_SHA}`;
80757
80770
  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.43",
3
+ "version": "0.9.4-main.44",
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": "b8688eaf89da55b654b320d07262e2b17de65d37",
23
- "builtAt": "2026-07-26T15:17:55.143Z"
22
+ "sha": "efd602e1a47295ebf6cb9eceb252bd6e63962be5",
23
+ "builtAt": "2026-07-26T15:31:54.644Z"
24
24
  }
25
25
  }
Binary file