From 0fe5a5f833de336378ae8aa9740a926ef2bc0ef3 Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Thu, 12 Feb 2026 14:21:54 +0000 Subject: [PATCH] rm cog Signed-off-by: Christoph Schmatzler --- profiles/opencode.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/profiles/opencode.nix b/profiles/opencode.nix index 976ed9b..de8deaf 100644 --- a/profiles/opencode.nix +++ b/profiles/opencode.nix @@ -50,14 +50,6 @@ }; }; mcp = { - cog = { - enabled = true; - type = "remote"; - url = "https://trycog.ai/mcp"; - headers = { - Authorization = "Bearer {env:COG_API_TOKEN}"; - }; - }; context7 = { enabled = true; type = "remote";