fix: disable not working and not needed mcps
This commit is contained in:
parent
2712bd2197
commit
4ec924b736
1 changed files with 8 additions and 8 deletions
16
shell.nix
16
shell.nix
|
|
@ -12,14 +12,14 @@ let
|
|||
# We assume you store your Brave Search API key in "~/.config/mcp-servers/brave.env"
|
||||
mcpPrograms = {
|
||||
# fetch.enable = true;
|
||||
filesystem = {
|
||||
enable = true;
|
||||
args = [ "/home/${builtins.getEnv "USER"}/projects/cloonar/cloonar-nixos/" ];
|
||||
};
|
||||
git = {
|
||||
enable = true;
|
||||
args = [ "/home/${builtins.getEnv "USER"}/projects/cloonar/cloonar-nixos/" ];
|
||||
};
|
||||
# filesystem = {
|
||||
# enable = true;
|
||||
# args = [ "/home/${builtins.getEnv "USER"}/projects/cloonar/cloonar-nixos/" ];
|
||||
# };
|
||||
# git = {
|
||||
# enable = true;
|
||||
# args = [ "/home/${builtins.getEnv "USER"}/projects/cloonar/cloonar-nixos/" ];
|
||||
# };
|
||||
sequential-thinking.enable = true;
|
||||
# memory.enable = true;
|
||||
"brave-search" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue