🔧 chore: add Figma Desktop MCP server configuration

Configure Figma Desktop MCP server for design-to-code workflows:
- HTTP connection on localhost:3845
- Enables design context and code generation from Figma
This commit is contained in:
Lorenz Hilpert
2025-10-23 19:00:32 +02:00
parent e408771f8f
commit f7209dd0a3

View File

@@ -13,6 +13,10 @@
"type": "stdio",
"command": "npx",
"args": ["@angular/cli", "mcp"]
},
"figma-desktop": {
"type": "http",
"url": "http://127.0.0.1:3845/mcp"
}
}
}