20 lines
		
	
	
		
			437 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			437 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": false
 | 
						|
    }
 | 
						|
  }
 | 
						|
} |