palette-mcp 1.4.5 → 1.4.7

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/package.json +1 -1
  2. package/smithery.yaml +0 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "palette-mcp",
3
- "version": "1.4.5",
3
+ "version": "1.4.7",
4
4
  "description": "MCP server for converting Figma designs to React/Vue components using design system",
5
5
  "main": "dist/index.js",
6
6
  "module": "src/smithery.ts",
package/smithery.yaml CHANGED
@@ -3,6 +3,3 @@
3
3
 
4
4
  # Use the custom Dockerfile to ensure system dependencies (libsecret) are installed
5
5
  dockerfile: "Dockerfile"
6
- startCommand:
7
- command: "node"
8
- args: ["dist/index.js"]