From 58eef9c477ddc98dc6d0312118d83d1bb5972f94 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Wed, 11 Mar 2026 14:28:09 +0100 Subject: [PATCH] chore(ai): add 'mcp-nixos' --- .mcp.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .mcp.json diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 00000000..4e150968 --- /dev/null +++ b/.mcp.json @@ -0,0 +1,7 @@ +{ + "mcpServers": { + "nixos": { + "command": "mcp-nixos" + } + } +}