Configure context7 remote MCP
This commit is contained in:
parent
e257827135
commit
f13db2dba8
1 changed files with 10 additions and 1 deletions
|
@ -15,7 +15,16 @@ in
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
programs.opencode = {
|
programs.opencode = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings.theme = "catppuccin";
|
settings = {
|
||||||
|
theme = "catppuccin";
|
||||||
|
mcp = {
|
||||||
|
context7 = {
|
||||||
|
type = "remote";
|
||||||
|
url = "https://mcp.context7.com/mcp";
|
||||||
|
enabled = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue