nixos/shared/linked-dotfiles/opencode/opencode.jsonc
2025-10-29 18:46:16 -06:00

20 lines
436 B
Plaintext

{
"$schema": "https://opencode.ai/config.json",
"theme": "catppuccin",
"model": "anthropic/claude-sonnet-4-5",
"autoupdate": false,
"plugin": [], // local plugins do not need to be added here
"agent": {},
"mcp": {
"atlassian-mcp-server": {
"type": "local",
"command": [
"npx",
"-y",
"mcp-remote",
"https://mcp.atlassian.com/v1/sse"
],
"enabled": true
}
}
}