init import projet

This commit is contained in:
2026-05-03 21:53:59 +02:00
parent f3756fdf8d
commit f4795e538c
179 changed files with 37694 additions and 132 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"servers": {
"framelinkFigma": {
"command": "cmd",
"args": [
"/c",
"npx",
"-y",
"figma-developer-mcp",
"--figma-api-key",
"${env:FIGMA_API_KEY}",
"--stdio"
]
}
}
}