Skip to content

Commit d2e89e8

Browse files
committed
Add figma info
1 parent 7d090b7 commit d2e89e8

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

continue/.continue/.env-sample

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
OPENROUTER_API_KEY=
22
GEMINI_API_KEY=
3-
CONTEXT7_API_KEY=
3+
CONTEXT7_API_KEY=
4+
FIGMA_API_TOKEN=

continue/.continue/config.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,4 +200,12 @@ mcpServers:
200200
- run
201201
- "-i"
202202
- "--rm"
203-
- "mcp/n8n"
203+
- "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

Comments
 (0)