@vgai/sdk 0.5.15 → 0.5.16

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/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@vgai/sdk",
3
3
  "author": "Volter AI, Inc.",
4
4
  "license": "Apache-2.0",
5
- "version": "0.5.15",
5
+ "version": "0.5.16",
6
6
  "type": "module",
7
7
  "repository": {
8
8
  "type": "git",
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@modelcontextprotocol/sdk": "^1.30.0",
33
- "@vgai/engine": "0.5.15",
33
+ "@vgai/engine": "0.5.16",
34
34
  "playwright": "^1.58.2",
35
35
  "zod": "^4.3.6"
36
36
  }
@@ -68,7 +68,6 @@ const AssetKindSchema = z.enum([
68
68
  'json',
69
69
  'scene',
70
70
  'prefab',
71
- 'material',
72
71
  ]);
73
72
 
74
73
  const EditorAssetOpenInput = z.object({
@@ -1,8 +1,5 @@
1
1
  /**
2
- * Real-SDK stdio transport for the MCP projection (roadmap A1, bespoke-audit
3
- * F1) — the exact follow-up `mcp-projection.ts`'s header reserved: "If the
4
- * official SDK is later added, only a transport wrapper around `handle`
5
- * changes; the derivation below does not."
2
+ * Official-SDK stdio transport for the MCP projection.
6
3
  *
7
4
  * This module is that transport wrapper and NOTHING more: it binds
8
5
  * `@modelcontextprotocol/sdk`'s `Server` + `StdioServerTransport` around the