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 6112090 commit 8fbc511Copy full SHA for 8fbc511
app/docs/getting-started/page.tsx
@@ -71,6 +71,21 @@ export default function GettingStartedPage() {
71
/>
72
</div>
73
74
+
75
+ <div className="space-y-3">
76
+ <h3 className="font-semibold">3. Initialize MCP</h3>
77
+ <p className="text-sm text-muted-foreground">
78
+ This adds configuration to your IDE, enabling you to use the
79
+ components directly in your code with AI assistance. The AI will
80
+ have full context of the entire 8bitcn library.
81
+ </p>
82
+ <div className="bg-muted p-4 rounded-lg">
83
+ <CopyCommandButton
84
+ command="pnpm dlx shadcn@latest mcp init"
85
+ copyCommand="pnpm dlx shadcn@latest mcp init"
86
+ />
87
+ </div>
88
89
</CardContent>
90
</Card>
91
0 commit comments