-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.jsonc
More file actions
56 lines (56 loc) · 1.16 KB
/
Copy pathopencode.jsonc
File metadata and controls
56 lines (56 loc) · 1.16 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
{
"$schema": "https://opencode.ai/config.json",
"provider": {
"opencode": {
"options": {},
},
},
"experimental": {
"orchestration": {
"global_scheduler": {
"enabled": true,
"profile": "balanced_pro"
}
}
},
"mcp": {
"websearch-stacked": {
"type": "local",
"command": [
"node",
"C:\\Users\\HP\\.codex\\mcp-servers\\searxng-mcp\\index.js"
],
"environment": {
"TAVILY_API_KEY": "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",
"EXA_API_KEY": "82a13fd4-d33e-48fa-8fa5-ccf5b77c3ed4",
"SEARXNG_URL": "http://127.0.0.1:8889"
},
"enabled": true,
"timeout": 30000
},
"playwright": {
"type": "local",
"command": [
"npx",
"-y",
"@playwright/mcp@latest"
],
"enabled": true,
"timeout": 120000
},
"chrome-devtools": {
"type": "local",
"command": [
"npx",
"-y",
"chrome-devtools-mcp@latest"
],
"enabled": true,
"timeout": 20000
}
},
"tools": {
"github-triage": false,
"github-pr-search": false,
},
}