feat: add linear mcp server

This commit is contained in:
Jet 2026-04-16 14:53:01 -07:00
parent 5ad3ce1439
commit dca1951e15
No known key found for this signature in database

View file

@ -862,6 +862,11 @@ in
home.file.".config/opencode/opencode.json".text = builtins.toJSON { home.file.".config/opencode/opencode.json".text = builtins.toJSON {
"$schema" = "https://opencode.ai/config.json"; "$schema" = "https://opencode.ai/config.json";
autoupdate = false; autoupdate = false;
mcp.linear = {
type = "remote";
url = "https://mcp.linear.app/mcp";
enabled = true;
};
model = "openai/gpt-5.4-fast"; model = "openai/gpt-5.4-fast";
small_model = "openai/gpt-5.4-mini-fast"; small_model = "openai/gpt-5.4-mini-fast";
provider.openai.models."gpt-5.4-fast".options = { provider.openai.models."gpt-5.4-fast".options = {