From d5e8500b1ae39d2b8687d29dfcaf8e20e243a799 Mon Sep 17 00:00:00 2001 From: 0xrsydn Date: Tue, 21 Oct 2025 11:29:21 +0700 Subject: [PATCH] fix: forget to fix mcp lol --- .mcp.json | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.mcp.json b/.mcp.json index 6d95b26..a963895 100644 --- a/.mcp.json +++ b/.mcp.json @@ -1,14 +1,8 @@ { "mcpServers": { "nixos": { - "type": "stdio", - "command": "uv", - "args": [ - "run", - "--directory", - "/home/hackerman/Projects/mcp-nixos", - "mcp-nixos" - ] + "command": "uvx", + "args": ["mcp-nixos"] } } -} +} \ No newline at end of file