chore: add MCP server configuration for NixOS integration

This commit is contained in:
♥ Minnie ♥ 2025-09-30 16:36:57 +08:00
parent 9353a5e50d
commit 2ba755c7d1
Signed by: jasmine
GPG key ID: 8563E358D4E8040E

9
.mcp.json Normal file
View file

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