diff --git a/hm/mcp.nix b/hm/mcp.nix index 210ef9d..3a6f54d 100644 --- a/hm/mcp.nix +++ b/hm/mcp.nix @@ -7,6 +7,10 @@ command = "nix"; args = [ "run" "github:utensils/mcp-nixos" "--" ]; }; + mcp-ctl = { + command = "nix"; + args = [ "run" "gitlab:fberto/llm-agent-tests?host=gitlab.cern.ch" ]; + }; }; }; @@ -52,6 +56,10 @@ todowrite = true; todoread = true; webfetch = true; + + lsp = true; + skill = true; + question = true; }; lsp = {