home: add labmcp service, remove zls, add .mcp.json
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -64,7 +64,6 @@
|
||||
yaml-language-server
|
||||
lua-language-server
|
||||
clang-tools
|
||||
zls
|
||||
ruff
|
||||
];
|
||||
home.sessionVariables.EDITOR = "nvim";
|
||||
|
||||
@@ -33,6 +33,7 @@
|
||||
../../services/backup-home.nix
|
||||
../../services/ghettoptt.nix
|
||||
../../services/natstonotify.nix
|
||||
../../services/labmcp.nix
|
||||
../../sops
|
||||
../../ssh
|
||||
../../zsh
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
imports = [
|
||||
inputs.sops-nix.homeManagerModules.sops
|
||||
../../sops
|
||||
../../services/labmcp.nix
|
||||
../../editor/neovim
|
||||
../../programs/firefox
|
||||
../../programs/tmux
|
||||
|
||||
6
home/services/labmcp.nix
Normal file
6
home/services/labmcp.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
# Ensure runtime directory exists for labmcp MCP servers
|
||||
systemd.user.tmpfiles.rules = [
|
||||
"d %t/labmcp 0755 - - -"
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user