sceneview-mcp 3.5.0 → 3.5.1

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/dist/artifact.js CHANGED
@@ -12,7 +12,7 @@
12
12
  // - scene: multi-model 3D scene with lighting and environment (Filament.js)
13
13
  // - product-360: product turntable with hotspot annotations (Filament.js)
14
14
  // ─── Constants ───────────────────────────────────────────────────────────────
15
- const FILAMENT_CDN = "https://cdn.jsdelivr.net/npm/filament@1.52.3/filament.js";
15
+ const FILAMENT_CDN = "https://cdn.jsdelivr.net/npm/filament@1.70.1/filament.js";
16
16
  const DEFAULT_MODEL = "https://raw.githubusercontent.com/KhronosGroup/glTF-Sample-Assets/main/Models/DamagedHelmet/glTF-Binary/DamagedHelmet.glb";
17
17
  const DEFAULT_COLORS = [
18
18
  "#4285F4", "#EA4335", "#FBBC04", "#34A853", "#FF6D01",
package/dist/index.js CHANGED
@@ -39,7 +39,7 @@ catch {
39
39
  API_DOCS = "SceneView API docs not found. Run `npm run prepare` to bundle llms.txt.";
40
40
  }
41
41
  const NODE_SECTIONS = parseNodeSections(API_DOCS);
42
- const server = new Server({ name: "sceneview-mcp", version: "3.5.0" }, { capabilities: { resources: {}, tools: {} } });
42
+ const server = new Server({ name: "sceneview-mcp", version: "3.5.1" }, { capabilities: { resources: {}, tools: {} } });
43
43
  // ─── Resources ───────────────────────────────────────────────────────────────
44
44
  server.setRequestHandler(ListResourcesRequestSchema, async () => ({
45
45
  resources: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sceneview-mcp",
3
- "version": "3.5.0",
3
+ "version": "3.5.1",
4
4
  "mcpName": "io.github.sceneview/mcp",
5
5
  "description": "MCP server for SceneView — cross-platform 3D & AR SDK for Android and iOS. Give Claude the full SceneView SDK so it writes correct, compilable code.",
6
6
  "keywords": [