Install Linear mcp globally
This commit is contained in:
parent
204bd26878
commit
afe20a3574
3 changed files with 10 additions and 4 deletions
9
config/mcp/mcp.json
Normal file
9
config/mcp/mcp.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"mcpServers": {
|
||||
"linear": {
|
||||
"url": "https://mcp.linear.app/mcp",
|
||||
"auth": "oauth",
|
||||
"lifecycle": "lazy"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -51,10 +51,6 @@
|
|||
inputs.emacsConfig.homeManagerModules.aarch64-darwin
|
||||
inputs.pi.homeManagerModules.default
|
||||
inputs.sops-nix.homeManagerModules.sops
|
||||
({ lib, pkgs, ... }: {
|
||||
programs.pi.coding-agent.package =
|
||||
lib.lowPrio inputs.pi.packages.${pkgs.stdenv.hostPlatform.system}.coding-agent;
|
||||
})
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -187,4 +187,5 @@ in
|
|||
xdg.configFile."borders/bordersrc".source = ../config/borders/bordersrc;
|
||||
xdg.configFile.".bunfig.toml".text = builtins.readFile ../config/bun/bunfig.toml;
|
||||
xdg.configFile."ghostty/config".text = builtins.readFile ../config/ghostty/config;
|
||||
xdg.configFile."mcp/mcp.json".source = ../config/mcp/mcp.json;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue