@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 +1 -1
- package/index.mjs +17 -4
- package/package.json +3 -3
- package/vcad_kernel_wasm_bg.wasm +0 -0
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
|
|
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.
|
|
80744
|
-
return "0.9.4-main.
|
|
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 = "
|
|
80754
|
-
BUILD_TIME = "2026-07-26T15:
|
|
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.
|
|
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": "
|
|
23
|
-
"builtAt": "2026-07-26T15:
|
|
22
|
+
"sha": "efd602e1a47295ebf6cb9eceb252bd6e63962be5",
|
|
23
|
+
"builtAt": "2026-07-26T15:31:54.644Z"
|
|
24
24
|
}
|
|
25
25
|
}
|
package/vcad_kernel_wasm_bg.wasm
CHANGED
|
Binary file
|