@vcad/mcp 0.9.4-main.5 → 0.9.4-main.6

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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/index.mjs +3 -3
  3. package/package.json +2 -2
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 5d4ed6fea90eb5e449458ec1cf2fcda1ba7aef52 at 2026-07-23T16:38:26.435Z. Source: https://github.com/ecto/vcad
9
+ Built from 5d4ed6fea90eb5e449458ec1cf2fcda1ba7aef52 at 2026-07-23T16:40:33.899Z. Source: https://github.com/ecto/vcad
package/index.mjs CHANGED
@@ -78780,8 +78780,8 @@ var init_server3 = __esm({
78780
78780
  init_order_feed();
78781
78781
  init_animate();
78782
78782
  PKG_VERSION = (() => {
78783
- if ("0.9.4-main.5") {
78784
- return "0.9.4-main.5";
78783
+ if ("0.9.4-main.6") {
78784
+ return "0.9.4-main.6";
78785
78785
  }
78786
78786
  try {
78787
78787
  const req = createRequire2(import.meta.url);
@@ -78791,7 +78791,7 @@ var init_server3 = __esm({
78791
78791
  }
78792
78792
  })();
78793
78793
  BUILD_SHA = "5d4ed6fea90eb5e449458ec1cf2fcda1ba7aef52";
78794
- BUILD_TIME = "2026-07-23T16:38:26.435Z";
78794
+ BUILD_TIME = "2026-07-23T16:40:33.899Z";
78795
78795
  SHORT_SHA = BUILD_SHA === "unknown" ? "unknown" : BUILD_SHA.slice(0, 7);
78796
78796
  VERSION_WITH_BUILD = SHORT_SHA === "unknown" ? PKG_VERSION : `${PKG_VERSION}+${SHORT_SHA}`;
78797
78797
  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.5",
3
+ "version": "0.9.4-main.6",
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",
@@ -20,6 +20,6 @@
20
20
  "homepage": "https://vcad.io",
21
21
  "vcadBuild": {
22
22
  "sha": "5d4ed6fea90eb5e449458ec1cf2fcda1ba7aef52",
23
- "builtAt": "2026-07-23T16:38:26.435Z"
23
+ "builtAt": "2026-07-23T16:40:33.899Z"
24
24
  }
25
25
  }