From 0795bba5c4623638701a6c706c8ae0c1204e91b9 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Wed, 7 Jan 2026 17:15:41 +0100 Subject: [PATCH] fix(opencode): change context7 to remote --- .config/opencode/opencode.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.config/opencode/opencode.json b/.config/opencode/opencode.json index 3dbadda..aa34658 100644 --- a/.config/opencode/opencode.json +++ b/.config/opencode/opencode.json @@ -20,8 +20,11 @@ }, "mcp": { "context7": { - "type": "local", - "command": ["npx", "-y", "@upstash/context7-mcp", "--api-key", "YOUR_API_KEY"], + "type": "remote", + "url": "https://mcp.context7.com/mcp", + "headers": { + "CONTEXT7_API_KEY": "YOUR_API_KEY" + }, "enabled": true } }