Prathik Shetty

Results 2 comments of Prathik Shetty

Looks like the issue was specific to the MCP configuration. I disabled all my MCPs (which were only 3) from `~/.config/opencode/opencode.json` and tried using the Gemini model,s and it worked...

I found the MCP, which is causing this issue: ```json { "$schema": "https://opencode.ai/config.json", ... "mcp": { ... "basic-memory": { "type": "local", "command": ["basic-memory", "mcp"], "enabled": true } } } ```