This commit is contained in:
2026-01-20 12:15:41 +00:00
parent 94127fdae4
commit 183f0b9fd3

View File

@@ -21,6 +21,24 @@
disabled = true; disabled = true;
}; };
}; };
mcp = {
appsignal = {
type = "local";
command = [
"docker"
"run"
"-i"
"--rm"
"-e"
"APPSIGNAL_API_KEY"
"appsignal/mcp"
];
environment = {
APPSIGNAL_API_KEY = "{env:APPSIGNAL_API_KEY}";
};
enabled = true;
};
};
agent = { agent = {
explore = { explore = {
model = "opencode/minimax-m2.1-free"; model = "opencode/minimax-m2.1-free";