-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathopencode.jsonc
More file actions
37 lines (37 loc) · 903 Bytes
/
opencode.jsonc
File metadata and controls
37 lines (37 loc) · 903 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"$schema": "https://opencode.ai/config.json",
// language server protocol
"lsp": {
"python": {
"disabled": true
}
},
// mcp
"mcp": {
"context7": {
"type": "remote",
"url": "https://mcp.context7.com/mcp",
"headers": {
"CONTEXT7_API_KEY": "ctx7sk-dbfc5592-5ede-4933-abc1-b87b7da10549"
}
},
"deepwiki-sse": {
"type": "remote",
"url": "https://mcp.deepwiki.com/mcp"
},
"lark": {
"type": "local",
"enabled": true,
"command": ["uv", "run", "--directory", ".", "main.py"]
}
},
//permissions
"permission": {
"skill": {
"*": "allow",
"pr-review": "allow",
"internal-*": "ask",
"experimental-*": "ask"
}
}
}