opencode: add Cog MCP server
This commit is contained in:
@@ -50,6 +50,14 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
mcp = {
|
mcp = {
|
||||||
|
cog = {
|
||||||
|
enabled = true;
|
||||||
|
type = "remote";
|
||||||
|
url = "https://trycog.ai/mcp";
|
||||||
|
headers = {
|
||||||
|
Authorization = "Bearer {env:COG_API_TOKEN}";
|
||||||
|
};
|
||||||
|
};
|
||||||
context7 = {
|
context7 = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
type = "remote";
|
type = "remote";
|
||||||
|
|||||||
Reference in New Issue
Block a user