mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-06 04:36:21 +02:00
chore: add Figma MCP server config via official OAuth endpoint
This commit is contained in:
parent
96718a0a88
commit
3f876840f9
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
8
.vscode/mcp.json
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"servers": {
|
||||
"figma-develop": {
|
||||
"url": "https://mcp.figma.com/mcp",
|
||||
"type": "http"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user