diff --git a/modules/ai-tools.nix b/modules/ai-tools.nix index d9a628d..7f03748 100644 --- a/modules/ai-tools.nix +++ b/modules/ai-tools.nix @@ -61,7 +61,7 @@ in { opensrc = { enabled = true; type = "local"; - command = ["opensrc-mcp"]; + command = ["node" "/home/cschmatzler/.bun/bin/opensrc-mcp"]; }; context7 = { enabled = true;