{ "$schema": "https://opencode.ai/config.json", "mcp": { "chrome-devtools": { "type": "local", "command": ["npx", "-y", "chrome-devtools-mcp@latest", "--browser-url=http://127.0.0.1:9333"], "enabled": true }, "agent-browser": { "type": "local", "command": ["agent-browser", "mcp"], "enabled": false } }, "provider": { "llama.cpp": { "npm": "@ai-sdk/openai-compatible", "options": { "baseURL": "http://localhost:8080/v1" }, "models": { "ornith-1.0": { "tool_call": true, "reasoning": true, "limit": { "context": 65536, "output": 8192 } }, "gemma-4": { "tool_call": true, "reasoning": true, "limit": { "context": 131072, "output": 8192 } } } } } }