rm appsignal

This commit is contained in:
2026-02-05 08:46:42 +00:00
parent 90f91bd017
commit 06584ffedc

View File

@@ -64,22 +64,6 @@
type = "local";
command = ["bunx" "opensrc-mcp"];
};
appsignal = {
enabled = true;
type = "local";
command = [
"docker"
"run"
"-i"
"--rm"
"-e"
"APPSIGNAL_API_KEY"
"appsignal/mcp"
];
environment = {
APPSIGNAL_API_KEY = "{env:APPSIGNAL_API_KEY}";
};
};
overseer = {
enabled = true;
type = "local";