20 lines
420 B
JSON
20 lines
420 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"mcp": {
|
|
"ref": {
|
|
"type": "remote",
|
|
"url": "https://api.ref.tools/mcp",
|
|
"headers": {
|
|
"Authorization": "Bearer {env:REF_API_KEY}"
|
|
}
|
|
},
|
|
"figma": {
|
|
"type": "local",
|
|
"command": ["npx", "-y", "figma-developer-mcp", "--stdio"],
|
|
"environment": {
|
|
"FIGMA_API_KEY": "{env:FIGMA_API_KEY}"
|
|
}
|
|
}
|
|
}
|
|
}
|