palette-mcp 1.4.2 → 1.4.4

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 +7 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "palette-mcp",
3
- "version": "1.4.2",
3
+ "version": "1.4.4",
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
@@ -1,5 +1,10 @@
1
1
  # Smithery.ai MCP Server Configuration
2
2
  # https://smithery.ai/docs/build/config
3
3
 
4
- # TypeScript runtime: @smithery/sdk가 자동으로 처리
5
- runtime: "typescript"
4
+ # Use the custom Dockerfile to ensure system dependencies (libsecret) are installed
5
+ dockerfile: "Dockerfile"
6
+ startCommand:
7
+ type: stdio
8
+ command: node
9
+ args:
10
+ - dist/index.js