We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f12d3be commit b6536f6Copy full SHA for b6536f6
src/tools/lightning.ts
@@ -35,7 +35,7 @@ const generateComponent = async (
35
export const registerLightningTools = (server: McpServer) => {
36
server.tool(
37
"generate_component",
38
- "",
+ "Generate Lightning Web Components (LWC) or Aura components with customizable templates and output directories",
39
{
40
input: z.object({
41
name: z
0 commit comments