as mcp
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user