feat: add linear mcp server
This commit is contained in:
parent
5ad3ce1439
commit
dca1951e15
1 changed files with 5 additions and 0 deletions
5
home.nix
5
home.nix
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue