feat: add mcp server

This commit is contained in:
2025-12-04 11:39:17 +01:00
parent dd456eab69
commit 5762916970

8
.mcp.json Normal file
View File

@@ -0,0 +1,8 @@
{
"mcpServers": {
"nixos": {
"command": "uvx",
"args": ["mcp-nixos"]
}
}
}