@createlex/figma-swiftui-mcp 1.0.2 → 1.0.3
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 +8 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@createlex/figma-swiftui-mcp",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "CreateLex MCP runtime for Figma-to-SwiftUI generation and Xcode export",
|
|
5
5
|
"bin": {
|
|
6
6
|
"figma-swiftui-mcp": "bin/figma-swiftui-mcp.js"
|
|
@@ -20,7 +20,6 @@
|
|
|
20
20
|
"access": "public"
|
|
21
21
|
},
|
|
22
22
|
"scripts": {
|
|
23
|
-
"postinstall": "npm --prefix companion install",
|
|
24
23
|
"build": "tsc",
|
|
25
24
|
"login": "node bin/figma-swiftui-mcp.js login",
|
|
26
25
|
"start": "node bin/figma-swiftui-mcp.js start",
|
|
@@ -32,6 +31,13 @@
|
|
|
32
31
|
"engines": {
|
|
33
32
|
"node": ">=18.0.0"
|
|
34
33
|
},
|
|
34
|
+
"dependencies": {
|
|
35
|
+
"@modelcontextprotocol/sdk": "^1.28.0",
|
|
36
|
+
"cors": "^2.8.5",
|
|
37
|
+
"express": "^4.18.0",
|
|
38
|
+
"ws": "^8.20.0",
|
|
39
|
+
"zod": "^4.3.6"
|
|
40
|
+
},
|
|
35
41
|
"devDependencies": {
|
|
36
42
|
"@figma/plugin-typings": "*",
|
|
37
43
|
"typescript": "^5.4.0"
|