feat: seperate applicatoins
This commit is contained in:
parent
515f422f03
commit
5bc30053d1
9 changed files with 220 additions and 130 deletions
|
|
@ -1,4 +1,9 @@
|
|||
{ homeLib, pkgs, ... }:
|
||||
{
|
||||
homeLib,
|
||||
hostname,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
let
|
||||
chromeDevtoolsMcpShell = pkgs.runCommand "chrome-devtools-mcp-shell-path" { } ''
|
||||
|
|
@ -41,12 +46,12 @@ in
|
|||
mcp.linear = {
|
||||
type = "remote";
|
||||
url = "https://mcp.linear.app/mcp";
|
||||
enabled = true;
|
||||
enabled = hostname == "framework-work";
|
||||
};
|
||||
mcp.heytea = {
|
||||
type = "remote";
|
||||
url = "https://mcp.heytea.dev/mcp";
|
||||
enabled = true;
|
||||
enabled = hostname == "framework";
|
||||
};
|
||||
mcp.cloudflare-api = {
|
||||
type = "remote";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue