Use local overseer binary for MCP server

This commit is contained in:
2026-02-04 20:19:25 +00:00
parent f8e912e201
commit c1bae690b3
2 changed files with 16 additions and 15 deletions

View File

@@ -83,7 +83,7 @@
overseer = {
enabled = true;
type = "local";
command = ["npx" "-y" "@dmmulroy/overseer" "mcp"];
command = ["${pkgs.overseer}/bin/os" "mcp"];
};
};
};