diff --git a/profiles/opencode.nix b/profiles/opencode.nix index 33e9b11..95b90ad 100644 --- a/profiles/opencode.nix +++ b/profiles/opencode.nix @@ -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";