Skip to content

Commit 93ca035

Browse files
fix: adding copilot and anthropic auth to opencode.json plugin array
1 parent a673e36 commit 93ca035

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

.opencode/opencode.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
11
{
22
"$schema": "https://opencode.ai/config.json",
3-
"plugin": ["opencode-openai-codex-auth"]
3+
"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+
}
421
}

0 commit comments

Comments
 (0)