feat: add MCP global configuration module, manage Brave Search API key, and set up systemd service for deployment

This commit is contained in:
2025-06-04 15:47:05 +02:00
parent 0fff2f87a5
commit 934471bd88
4 changed files with 66 additions and 10 deletions

View File

@@ -6,8 +6,8 @@ stdenv.mkDerivation rec {
src = fetchgit {
url = "https://github.com/dpolakovics/bento.git";
rev = "73092673b194fd734d782f5b7e83dfbb5d169372";
sha256 = "sha256-/37RJTjo+FJa1Flt59LrQbaJIcBid/z+Hy1xfhYGXNA=";
rev = "9406ae0d0ab77d0432aad76ea99bc63ecc123dd5";
sha256 = "sha256-YB0vMoMaPPpDHX29+6GGVRVUOW8tfwYR7BdEgV3KGhA=";
};
buildInputs = [ ];