From 9b5d10f6f9a1a02f41f4aa274587e36cc95a891f Mon Sep 17 00:00:00 2001 From: voson Date: Wed, 7 Jan 2026 11:03:04 +0800 Subject: [PATCH] fix: update MCP configuration key to lowercase 'ref' --- opencode.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opencode.json b/opencode.json index 29849e0..1efa3fd 100644 --- a/opencode.json +++ b/opencode.json @@ -23,8 +23,8 @@ } }, "mcp": { - "Ref": { - "type": "http", + "ref": { + "type": "remote", "url": "https://api.ref.tools/mcp?apiKey={env:REF_API_KEY}", "headers": {} },