chore: add Figma MCP server config via official OAuth endpoint

This commit is contained in:
David Langley 2026-04-01 12:46:04 +00:00
parent 96718a0a88
commit 3f876840f9
2 changed files with 9 additions and 0 deletions

1
.gitignore vendored
View File

@ -13,6 +13,7 @@ package-lock.json
/.tmp
.vscode/*
!.vscode/settings.json
!.vscode/mcp.json
.env
.env.*
coverage

8
.vscode/mcp.json vendored Normal file
View File

@ -0,0 +1,8 @@
{
"servers": {
"figma-develop": {
"url": "https://mcp.figma.com/mcp",
"type": "http"
}
}
}