Home/Nixinator: Add shadcn mcp server
This commit is contained in:
@ -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"];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user