Switch config.json to spranab/truenas-mcp (npx, no dedicated command needed)

This commit is contained in:
2026-08-28 19:14:05 +03:00
parent 71f808f2c3
commit 1ffafd8585
+2 -1
View File
@@ -1,7 +1,8 @@
{
"mcpServers": {
"truenas": {
"command": "truenas-mcp-server"
"command": "npx",
"args": ["-y", "truenas-mcp"]
}
}
}