fix(core): configure Figma MCP OAuth client
This commit is contained in:
parent
89e3141079
commit
49be2b3a89
4 changed files with 132 additions and 0 deletions
25
opencode.jsonc
Normal file
25
opencode.jsonc
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"$schema": "https://opencode.ai/config.json",
|
||||
"mcp": {
|
||||
"servers": {
|
||||
"everything": {
|
||||
"type": "local",
|
||||
"command": ["npx", "-y", "@modelcontextprotocol/server-everything"],
|
||||
"disabled": false,
|
||||
},
|
||||
"context7": {
|
||||
"type": "local",
|
||||
"command": ["npx", "-y", "@upstash/context7-mcp"],
|
||||
"disabled": false,
|
||||
},
|
||||
"posthog": {
|
||||
"type": "remote",
|
||||
"url": "https://mcp.posthog.com/mcp",
|
||||
},
|
||||
"figma": {
|
||||
"type": "remote",
|
||||
"url": "https://mcp.figma.com/mcp",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue