-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
82 lines (78 loc) · 2.23 KB
/
opencode.json
File metadata and controls
82 lines (78 loc) · 2.23 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"figma": {
"type": "remote",
"url": "http://localhost:3845/mcp",
"enabled": true
},
"gh_grep": {
"type": "remote",
"url": "https://mcp.grep.app",
"enabled": true
},
"supabaseDocs": {
"type": "remote",
"url": "http://localhost:54321/mcp?features=docs",
"enabled": true
},
"supabaseLocalDbReadOnly": {
"type": "remote",
"url": "http://localhost:54321/mcp?read_only=true&features=database",
"enabled": true
},
"supabaseLocalDbReadWrite": {
"type": "remote",
"url": "http://localhost:54321/mcp?read_only=false&features=database",
"enabled": true
},
"supabaseDevUtils": {
"type": "remote",
"url": "http://localhost:54321/mcp?features=development",
"enabled": true
},
"granola": {
"type": "remote",
"url": "https://mcp.granola.ai/mcp",
"enabled": true
},
},
"agent": {
"plan": {
"permission": {
"bash": {
"gog drive upload*": "ask",
"gog drive copy*": "ask",
"gog drive mkdir*": "ask",
"gog drive move*": "ask",
"gog drive rename*": "ask",
"gog drive share*": "ask",
"gog drive unshare*": "ask",
"gog drive delete*": "ask",
"gog drive delete* --permanent*": "deny",
"gog docs create*": "ask",
"gog docs copy*": "ask",
"gog docs write*": "ask",
"gog docs insert*": "ask",
"gog docs delete*": "ask",
"gog docs update*": "ask",
"gog docs find-replace*": "ask",
"gog sheets create*": "ask",
"gog sheets copy*": "ask",
"gog sheets update*": "ask",
"gog sheets append*": "ask",
"gog sheets clear*": "ask",
"gog sheets format*": "ask",
"gog slides create*": "ask",
"gog slides copy*": "ask",
"gog slides create-from-markdown*": "ask",
"gog slides add-slide*": "ask",
"gog slides replace-slide*": "ask",
"gog slides update-notes*": "ask",
"gog slides delete-slide*": "ask",
"gog * --force*": "deny",
}
}
}
},
}