Skip to content

Commit 8fbc511

Browse files
authored
Feat/mcp init (#345)
* feat(getting-started) add MCP init command * fix(getting-started): update MCP init command to use latest version
1 parent 6112090 commit 8fbc511

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

app/docs/getting-started/page.tsx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,21 @@ export default function GettingStartedPage() {
7171
/>
7272
</div>
7373
</div>
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+
</div>
7489
</CardContent>
7590
</Card>
7691

0 commit comments

Comments
 (0)