From dca1951e15c7a5a74713e238dae141e1bf70cf5e Mon Sep 17 00:00:00 2001 From: Jet Date: Thu, 16 Apr 2026 14:53:01 -0700 Subject: [PATCH] feat: add linear mcp server --- home.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home.nix b/home.nix index cfebde7..5fb38f8 100644 --- a/home.nix +++ b/home.nix @@ -862,6 +862,11 @@ in home.file.".config/opencode/opencode.json".text = builtins.toJSON { "$schema" = "https://opencode.ai/config.json"; autoupdate = false; + mcp.linear = { + type = "remote"; + url = "https://mcp.linear.app/mcp"; + enabled = true; + }; model = "openai/gpt-5.4-fast"; small_model = "openai/gpt-5.4-mini-fast"; provider.openai.models."gpt-5.4-fast".options = {