Skip to content

Commit bd67577

Browse files
committed
opencode: add fluent mcp
1 parent 87106c4 commit bd67577

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.config/opencode/opencode.jsonc

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
{
22
"$schema": "https://opencode.ai/config.json",
33
"theme": "rosepine",
4-
"model": "anthropic/claude-opus-4-5",
4+
"model": "anthropic/claude-opus-4-6",
55
"instructions": [
66
"CONTRIBUTING.md",
77
"docs/guidelines.md",
88
".cursor/rules/*.md",
99
"AGENTS.md",
1010
"*.instructions.md"
1111
],
12-
"small_model": "anthropic/claude-haiku-4-5",
12+
"small_model": "anthropic/claude-sonnet-4-5",
1313
"autoupdate": true,
14+
"mcp": {
15+
"fluent": {
16+
"type": "remote",
17+
"url": "https://chat.fluentui.dev/mcp/server"
18+
}
19+
}
1420
}

0 commit comments

Comments
 (0)