opencode: add Cog MCP server
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user