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" ]; }; }; };