@modelcontextprotocol/server-threejs 1.0.1 → 1.1.0

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 (2) hide show
  1. package/dist/mcp-app.html +35 -35
  2. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modelcontextprotocol/server-threejs",
3
- "version": "1.0.1",
3
+ "version": "1.1.0",
4
4
  "type": "module",
5
5
  "description": "Three.js 3D visualization MCP App Server",
6
6
  "repository": {
@@ -21,7 +21,7 @@
21
21
  "start": "npm run start:http",
22
22
  "start:http": "cross-env NODE_ENV=development npm run build && npm run serve:http",
23
23
  "start:stdio": "cross-env NODE_ENV=development npm run build && npm run serve:stdio",
24
- "dev": "cross-env NODE_ENV=development concurrently 'npm run watch' 'npm run serve:http'",
24
+ "dev": "cross-env NODE_ENV=development concurrently \"npm run watch\" \"npm run serve:http\"",
25
25
  "prepublishOnly": "npm run build",
26
26
  "serve": "bun --watch main.ts"
27
27
  },