/** * Generate React MCP Manifest from the Web Component MCP manifest. * * Reads mcp-manifest.json (generated by generate-mcp-manifest.ts) and * transforms it into react-manifest.json, which the cre8-mcp server * resolves via `@tmorrow/cre8-wc/react-manifest.json` when tools are * called with `format: "react"`. * * Naming rules intentionally mirror scripts/generate-react-wrappers.ts * and the cre8-mcp server's own web→react tag conversion: * - cre8-button → Cre8Button * - kebab-case attrs → camelCase props * - events → on callback props * - slots → children?: React.ReactNode * * Run after build:mcp-manifest: * npx tsx scripts/generate-react-manifest.ts */ export {}; //# sourceMappingURL=generate-react-manifest.d.ts.map