makeit4me 1.0.0 → 1.0.2

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "makeit4me",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "MCP server and skills that give AI agents full control over SketchUp Pro",
5
5
  "author": {
6
6
  "name": "Lookahead Labs LLC",
package/.mcp.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "mcpServers": {
3
3
  "makeit4me": {
4
4
  "command": "node",
5
- "args": ["${CLAUDE_PLUGIN_ROOT}/index.js"]
5
+ "args": ["${CLAUDE_PLUGIN_ROOT}/dist/index.js"]
6
6
  }
7
7
  }
8
8
  }
package/bin.js ADDED
@@ -0,0 +1,2 @@
1
+ #!/usr/bin/env node
2
+ import "./dist/index.js";