From 7ece87ee391f5399df999149f78c8f7059a5979e 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" + } + } +}