Add mcp configuration
This commit is contained in:
parent
9a9c99411e
commit
1ce311de0d
1 changed files with 8 additions and 0 deletions
|
|
@ -7,6 +7,10 @@
|
||||||
command = "nix";
|
command = "nix";
|
||||||
args = [ "run" "github:utensils/mcp-nixos" "--" ];
|
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;
|
todowrite = true;
|
||||||
todoread = true;
|
todoread = true;
|
||||||
webfetch = true;
|
webfetch = true;
|
||||||
|
|
||||||
|
lsp = true;
|
||||||
|
skill = true;
|
||||||
|
question = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
lsp = {
|
lsp = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue