We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a673e36 commit 93ca035Copy full SHA for 93ca035
.opencode/opencode.json
@@ -1,4 +1,21 @@
1
{
2
"$schema": "https://opencode.ai/config.json",
3
- "plugin": ["opencode-openai-codex-auth"]
+ "plugin": [
4
+ "opencode-openai-codex-auth",
5
+ "opencode-copilot-auth@0.0.5",
6
+ "opencode-anthropic-auth@0.0.2",
7
+ ],
8
+ "mcp": {
9
+ "weather": {
10
+ "type": "local",
11
+ "command": ["bun", "x", "@h1deya/mcp-server-weather"]
12
+ },
13
+ "context7": {
14
+ "type": "remote",
15
+ "url": "https://mcp.context7.com/mcp",
16
+ "headers": {
17
+ "CONTEXT7_API_KEY": "{env:CONTEXT7_API_KEY}"
18
+ }
19
20
21
}
0 commit comments