Signed-off-by: Christoph Schmatzler <christoph@schmatzler.com>
This commit is contained in:
2026-02-04 20:04:32 +00:00
parent 13586f5c44
commit ff8650bedf
19 changed files with 2448 additions and 0 deletions

View File

@@ -80,6 +80,11 @@
APPSIGNAL_API_KEY = "{env:APPSIGNAL_API_KEY}";
};
};
overseer = {
enabled = true;
type = "local";
command = ["npx" "-y" "@dmmulroy/overseer" "mcp"];
};
};
};
};