From 2e0a288a1adb22ae6ff626e8da422069b5ace9ea Mon Sep 17 00:00:00 2001 From: jasmine Date: Sat, 4 Oct 2025 16:17:35 +0800 Subject: [PATCH] Revert "chore: remove .mcp.json to enable on-demand only" This reverts commit a0508da1759a4be3651654200f12bc5e01fa7538. --- .mcp.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .mcp.json diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 0000000..58113fa --- /dev/null +++ b/.mcp.json @@ -0,0 +1,9 @@ +{ + "mcpServers": { + "nixos": { + "command": "mcp-nixos", + "args": [], + "env": {} + } + } +}