From ee03f8719baff8326fa904389327e47bebb8c7c2 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Tue, 24 Feb 2026 15:17:46 +0100 Subject: [PATCH] Move mcp server repo --- hm/mcp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hm/mcp.nix b/hm/mcp.nix index 74d8a2b..bca4dc7 100644 --- a/hm/mcp.nix +++ b/hm/mcp.nix @@ -9,7 +9,7 @@ }; mcp-ctrl = { command = "nix"; - args = [ "run" "gitlab:fberto/llm-agent-tests?host=gitlab.cern.ch" ]; + args = [ "run" "gitlab:fberto/mcp-ctrl?host=gitlab.cern.ch" ]; }; }; };