opencode: add Cog MCP server

This commit is contained in:
2026-02-09 17:18:36 +00:00
parent d12aabdccc
commit 3381945cea

View File

@@ -50,6 +50,14 @@
};
};
mcp = {
cog = {
enabled = true;
type = "remote";
url = "https://trycog.ai/mcp";
headers = {
Authorization = "Bearer {env:COG_API_TOKEN}";
};
};
context7 = {
enabled = true;
type = "remote";