1

Home/Nixinator: Add shadcn mcp server

This commit is contained in:
2026-06-12 20:57:20 +02:00
parent 4e70ca0246
commit 492082ae84

View File

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