update llama-swap defs

This commit is contained in:
2026-01-02 19:49:00 -05:00
parent f3ceb57e5e
commit 685d12dabd
2 changed files with 25 additions and 7 deletions

View File

@@ -62,14 +62,15 @@ in
};
};
};
mcp = {
gopls = {
type = "local";
lsp = {
starlark = {
command = [
"${pkgs.gopls}/bin/gopls"
"mcp"
"${pkgs.pyright}/bin/pyright-langserver"
"--stdio"
];
extensions = [
".star"
];
enabled = true;
};
};
};