sceneview-mcp 3.6.4 → 3.6.5

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/index.js CHANGED
@@ -22,7 +22,7 @@ import { recordUsage, getConfiguredApiKey } from "./billing.js";
22
22
  import { recordClientInit, recordToolCall } from "./telemetry.js";
23
23
  import { getToolTier } from "./tiers.js";
24
24
  import { API_DOCS, TOOL_DEFINITIONS, dispatchTool, } from "./tools/index.js";
25
- const server = new Server({ name: "sceneview-mcp", version: "3.6.4" }, { capabilities: { resources: {}, tools: {} } });
25
+ const server = new Server({ name: "sceneview-mcp", version: "3.6.5" }, { capabilities: { resources: {}, tools: {} } });
26
26
  // ─── Telemetry (anonymous, opt-out via SCENEVIEW_TELEMETRY=0) ────────────────
27
27
  //
28
28
  // Fire once when the client finishes the handshake. See `telemetry.ts` and
package/dist/tiers.js CHANGED
@@ -91,10 +91,10 @@ export const PRO_UPGRADE_MESSAGE = `## \u{1F512} Pro Feature
91
91
 
92
92
  This tool requires a SceneView MCP Pro subscription.
93
93
 
94
- **Upgrade for \u20AC9.99/month** to unlock:
95
- - 36+ premium tools (AR, multi-platform, scene generation, artifacts)
94
+ **Upgrade for \u20AC19/month** to unlock:
95
+ - 35+ premium tools (AR, multi-platform, scene generation, artifacts)
96
96
  - Specialized packages (Automotive, Gaming, Healthcare, Interior)
97
- - Priority support
97
+ - Email support
98
98
 
99
- \u2192 Subscribe at https://polar.sh/sceneview
99
+ \u2192 Subscribe at https://sceneview-mcp.mcp-tools-lab.workers.dev/pricing
100
100
  \u2192 Then set your API key: \`SCENEVIEW_API_KEY=your_key\``;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sceneview-mcp",
3
- "version": "3.6.4",
3
+ "version": "3.6.5",
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": [
@@ -48,7 +48,7 @@
48
48
  "scripts": {
49
49
  "prebuild": "node scripts/generate-llms-txt.js",
50
50
  "build": "tsc",
51
- "prepare": "cp ../llms.txt ./llms.txt && node scripts/generate-llms-txt.js && tsc",
51
+ "prepare": "echo skip",
52
52
  "start": "node dist/index.js",
53
53
  "dev": "tsx src/index.ts",
54
54
  "test": "node scripts/generate-llms-txt.js && vitest run"
@@ -71,8 +71,8 @@
71
71
  "url": "https://github.com/sponsors/sceneview"
72
72
  },
73
73
  {
74
- "type": "polar",
75
- "url": "https://polar.sh/sceneview"
74
+ "type": "other",
75
+ "url": "https://sceneview-mcp.mcp-tools-lab.workers.dev/pricing"
76
76
  }
77
77
  ]
78
78
  }