Skip to content

Commit 291e3ec

Browse files
committed
config: opencode
1 parent b4d3c9a commit 291e3ec

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

opencode.json

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
{
2-
"experimental": {
3-
"hook": {
4-
"file_edited": {
5-
"eslint": [{ "command": ["bun", "run", "lint", "--fix"] }]
6-
}
7-
}
8-
},
2+
"$schema": "https://opencode.ai/config.json",
3+
94
"mcp": {
10-
"duckduckgo": {
11-
"type": "local",
12-
"command": ["uvx", "duckduckgo-mcp-server"],
13-
"enabled": false
5+
"context7": {
6+
"type": "remote",
7+
"url": "https://mcp.context7.com/mcp",
8+
"enabled": true
149
}
15-
},
16-
"$schema": "https://opencode.ai/config.json"
10+
}
1711
}

0 commit comments

Comments
 (0)