25 lines
		
	
	
		
			590 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			590 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": {
 | 
						|
    // "pr-reviewer": {
 | 
						|
    //   "description": "Reviews pull requests to verify work is ready for team review",
 | 
						|
    //   "mode": "subagent",
 | 
						|
    // }
 | 
						|
  },
 | 
						|
  "mcp": {
 | 
						|
    "atlassian-mcp-server": {
 | 
						|
      "type": "local",
 | 
						|
      "command": [
 | 
						|
        "npx",
 | 
						|
        "-y",
 | 
						|
        "mcp-remote",
 | 
						|
        "https://mcp.atlassian.com/v1/sse"
 | 
						|
      ],
 | 
						|
      "enabled": true
 | 
						|
    }
 | 
						|
  }
 | 
						|
} |