1

Home/Nixinator: Add shadcn mcp server

This commit is contained in:
2026-06-12 20:57:20 +02:00
parent b1d677ed78
commit 80c10b6229

View File

@ -41,6 +41,11 @@
args = ["-y" "@sveltejs/mcp"];
type = "stdio";
};
# npx shadcn@latest mcp init --client claude
shadcn = {
command = "npx";
args = ["-y" "shadcn@latest" "mcp"];
};
};
};
};