Fix mcp-ctrl name
This commit is contained in:
parent
6265f9d4d3
commit
682d80668e
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
command = "${unstable.mcp-nixos}/bin/mcp-nixos";
|
command = "${unstable.mcp-nixos}/bin/mcp-nixos";
|
||||||
args = [ "--" ];
|
args = [ "--" ];
|
||||||
};
|
};
|
||||||
mcp-ctl = {
|
mcp-ctrl = {
|
||||||
command = "nix";
|
command = "nix";
|
||||||
args = [ "run" "gitlab:fberto/llm-agent-tests?host=gitlab.cern.ch" ];
|
args = [ "run" "gitlab:fberto/llm-agent-tests?host=gitlab.cern.ch" ];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue