chore: remove .mcp.json to enable on-demand only

The MCP server configuration will only be enabled when needed rather than being permanently configured.
This commit is contained in:
♥ Minnie ♥ 2025-10-04 16:12:32 +08:00
parent d6e648595a
commit a0508da175
Signed by: jasmine
GPG key ID: 8563E358D4E8040E

View file

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