tangled
alpha
login
or
join now
karitham.dev
/
dotfiles
0
fork
atom
nix all the things
0
fork
atom
overview
issues
pulls
pipelines
opencode: github mcp but disabled by default
karitham.dev
1 week ago
d07dd46f
c8cd1664
verified
This commit was signed with the committer's
known signature
.
karitham.dev
SSH Key Fingerprint:
SHA256:ODeRMGYuG7M/0G+fRF6IfwUk7r5AgG5MYdFTN+uvimc=
+8
1 changed file
expand all
collapse all
unified
split
modules
opencode
default.nix
+8
modules/opencode/default.nix
···
49
49
"mcp"
50
50
];
51
51
};
52
52
+
github = {
53
53
+
type = "remote";
54
54
+
url = "https://api.githubcopilot.com/mcp/";
55
55
+
headers = {
56
56
+
Authorization = "Bearer {env:GITHUB_TOKEN}";
57
57
+
};
58
58
+
enabled = false;
59
59
+
};
52
60
};
53
61
};
54
62
};