allow graft mcp to be used within opencode

This commit is contained in:
2026-08-11 20:48:00 +02:00
parent b47fcdffcb
commit ca51546be0
4 changed files with 91 additions and 24 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"graft": {
"type": "local",
"command": ["npx", "-y", "@nanonets/graft", "mcp"],
"enabled": true
}
}
}