diff --git a/config.json b/config.json index c7ac2b8..7561493 100644 --- a/config.json +++ b/config.json @@ -1,7 +1,8 @@ { "mcpServers": { "truenas": { - "command": "truenas-mcp-server" + "command": "npx", + "args": ["-y", "truenas-mcp"] } } }