We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe4d8a1 commit 0a0d4b1Copy full SHA for 0a0d4b1
2 files changed
.gitignore
@@ -48,4 +48,7 @@ ios/Runner.xcodeproj/project.pbxproj
48
ios/Podfile.lock
49
50
# FVM Version Cache
51
-.fvm/
+.fvm/
52
+
53
+# Environment variables (contains secrets)
54
+.env
mcp.json
@@ -0,0 +1,9 @@
1
+{
2
+ "figma-mcp": {
3
+ "command": "npx",
4
+ "args": ["figma-mcp"],
5
+ "env": {
6
+ "FIGMA_API_KEY": "${FIGMA_API_KEY}"
7
+ }
8
9
+}
0 commit comments