Signed-off-by: Christoph Schmatzler <christoph@schmatzler.com>
This commit is contained in:
2026-02-17 13:41:11 +00:00
parent 6307105714
commit 77843263e7

View File

@@ -50,16 +50,6 @@
}; };
}; };
mcp = { mcp = {
context7 = {
enabled = true;
type = "remote";
url = "https://mcp.context7.com/mcp";
};
grep_app = {
enabled = true;
type = "remote";
url = "https://mcp.grep.app";
};
opensrc = { opensrc = {
enabled = true; enabled = true;
type = "local"; type = "local";
@@ -94,11 +84,14 @@
"opencode/oh-my-opencode.json".text = "opencode/oh-my-opencode.json".text =
builtins.toJSON { builtins.toJSON {
"$schema" = "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json"; "$schema" = "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json";
disabled_mcps = ["websearch" "context7" "grep_app"];
git_master = { git_master = {
commit_footer = false; commit_footer = false;
include_co_authored_by = false; include_co_authored_by = false;
}; };
experimental = {
task_system = true;
hashline_edit = true;
};
}; };
}; };
} }