From 1ce311de0da44dc3bb0c96797db99fe6fd9ff498 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Wed, 14 Jan 2026 17:28:44 +0100 Subject: [PATCH] Add mcp configuration --- hm/mcp.nix | 8 ++++++++ 1 file changed, 8 insertions(+) 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 = {