From 9b5069693aa248caafa5eaa9f43bbc2dd8d511ca Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Wed, 1 Apr 2026 12:25:40 +0000 Subject: [PATCH] fix opensrc mcp command --- modules/ai-tools.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;