@@ -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;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user