Files
english/.opencode/skills/stitch/data/mcp-config-snippet.json
2026-04-12 01:06:31 +07:00

12 lines
192 B
JSON

{
"mcpServers": {
"stitch": {
"command": "npx",
"args": ["@_davideast/stitch-mcp", "proxy"],
"env": {
"STITCH_API_KEY": "${STITCH_API_KEY}"
}
}
}
}