nix all the things

opencode: github mcp but disabled by default

karitham.dev d07dd46f c8cd1664

verified
+8
+8
modules/opencode/default.nix
··· 49 49 "mcp" 50 50 ]; 51 51 }; 52 + github = { 53 + type = "remote"; 54 + url = "https://api.githubcopilot.com/mcp/"; 55 + headers = { 56 + Authorization = "Bearer {env:GITHUB_TOKEN}"; 57 + }; 58 + enabled = false; 59 + }; 52 60 }; 53 61 }; 54 62 };