@vcad/mcp 0.9.4-main.29 → 0.9.4-main.30
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 +4 -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 974a993addb05edb724d247bbe538bac48ef58dd at 2026-07-26T00:52:54.781Z. Source: https://github.com/ecto/vcad
|
package/index.mjs
CHANGED
|
@@ -79051,8 +79051,8 @@ var init_server3 = __esm({
|
|
|
79051
79051
|
init_order_feed();
|
|
79052
79052
|
init_animate();
|
|
79053
79053
|
PKG_VERSION = (() => {
|
|
79054
|
-
if ("0.9.4-main.
|
|
79055
|
-
return "0.9.4-main.
|
|
79054
|
+
if ("0.9.4-main.30") {
|
|
79055
|
+
return "0.9.4-main.30";
|
|
79056
79056
|
}
|
|
79057
79057
|
try {
|
|
79058
79058
|
const req = createRequire2(import.meta.url);
|
|
@@ -79061,8 +79061,8 @@ var init_server3 = __esm({
|
|
|
79061
79061
|
return "0.0.0";
|
|
79062
79062
|
}
|
|
79063
79063
|
})();
|
|
79064
|
-
BUILD_SHA = "
|
|
79065
|
-
BUILD_TIME = "2026-07-26T00:
|
|
79064
|
+
BUILD_SHA = "974a993addb05edb724d247bbe538bac48ef58dd";
|
|
79065
|
+
BUILD_TIME = "2026-07-26T00:52:54.781Z";
|
|
79066
79066
|
SHORT_SHA = BUILD_SHA === "unknown" ? "unknown" : BUILD_SHA.slice(0, 7);
|
|
79067
79067
|
VERSION_WITH_BUILD = SHORT_SHA === "unknown" ? PKG_VERSION : `${PKG_VERSION}+${SHORT_SHA}`;
|
|
79068
79068
|
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.30",
|
|
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-26T00:
|
|
22
|
+
"sha": "974a993addb05edb724d247bbe538bac48ef58dd",
|
|
23
|
+
"builtAt": "2026-07-26T00:52:54.781Z"
|
|
24
24
|
}
|
|
25
25
|
}
|
package/vcad_kernel_wasm_bg.wasm
CHANGED
|
Binary file
|