-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
47 lines (47 loc) · 1.19 KB
/
opencode.json
File metadata and controls
47 lines (47 loc) · 1.19 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
{
"$schema": "https://opencode.ai/config.json",
"provider": {
"ollama": {
"npm": "@ai-sdk/openai-compatible",
"name": "Ollama (local)",
"options": {
"baseURL": "http://localhost:11434/v1"
},
"models": {
"glm-4.7-flash": {
"name": "glm-4.7-flash (local)",
"tools": true
},
"qwen3.5:27b": {
"name": "qwen 3.5 27b (local)",
"tools": true
}
}
}
},
"model": "",
"mcp": {
"context7": {
"type": "remote",
"url": "https://mcp.context7.com/mcp",
"headers": {
"CONTEXT7_API_KEY": "ctx7sk-ce003f30-402c-400d-b7bd-23ef0db95332"
}
},
"mcp-playwright": {
"type": "local",
"command": ["npx", "-y", "@playwright/mcp@latest"]
},
"netlify": {
"type": "local",
"command": ["npx", "-y", "@netlify/mcp"],
"environment": {
"NETLIFY_PERSONAL_ACCESS_TOKEN": "nfp_YZDxcfKrmtdwW2MAk4smwzcCX2obiDeh7ac2"
}
},
"supabase-mcp-server": {
"type": "local",
"command": ["npx", "-y", "@supabase/mcp-server-supabase@latest", "--access-token", "sbp_fc6ed8e88bff4b9793ea3ff29776df896b03e032"]
}
}
}