We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d090b7 commit d2e89e8Copy full SHA for d2e89e8
continue/.continue/.env-sample
@@ -1,3 +1,4 @@
1
OPENROUTER_API_KEY=
2
GEMINI_API_KEY=
3
-CONTEXT7_API_KEY=
+CONTEXT7_API_KEY=
4
+FIGMA_API_TOKEN=
continue/.continue/config.yaml
@@ -200,4 +200,12 @@ mcpServers:
200
- run
201
- "-i"
202
- "--rm"
203
- - "mcp/n8n"
+ - "mcp/n8n"
204
+
205
+ - name: "Figma MCP (Oficial)"
206
+ command: npx
207
+ args:
208
+ - "-y"
209
+ - "@figma/mcp"
210
+ env:
211
+ FIGMA_API_TOKEN: ${{ secrets.FIGMA_API_TOKEN }}
0 commit comments