Skip to content

Commit ef8b3c2

Browse files
krutilovzoobestik
authored andcommitted
feat: add figma dev mode mcp
1 parent 7a65531 commit ef8b3c2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.junie/mcp/mcp.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
"playwright": {
1212
"command": "npx",
1313
"args": ["-y", "@playwright/mcp@latest"]
14-
}
14+
},
15+
"figma-dev-mode-mcp": {
16+
"command": "npx",
17+
"args": ["mcp-remote", "http://127.0.0.1:3845/mcp"]
18+
}
1519
}
16-
}
20+
}

0 commit comments

Comments
 (0)