From 4ec924b736260a903515f122afaa84ca79da2fa5 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Sun, 22 Jun 2025 14:26:07 +0200 Subject: [PATCH 1/2] fix: disable not working and not needed mcps --- shell.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/shell.nix b/shell.nix index 8278206..a3ee8e1 100644 --- a/shell.nix +++ b/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" = { From 9b628caaef89e93d5f0ec191c61458f8c1c23f45 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Sun, 22 Jun 2025 14:26:57 +0200 Subject: [PATCH 2/2] feat: add copilot instructions symlink --- .github/copilot-instructions.md | 1 + 1 file changed, 1 insertion(+) create mode 120000 .github/copilot-instructions.md diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md new file mode 120000 index 0000000..cd42de0 --- /dev/null +++ b/.github/copilot-instructions.md @@ -0,0 +1 @@ +../.roo/rules/rules.md \ No newline at end of file