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 867c66c commit ddb19beCopy full SHA for ddb19be
introduction.mdx
@@ -44,7 +44,7 @@ flowchart LR
44
45
Choose the path that best fits your needs:
46
47
-<CardGroup cols={1}>
+<CardGroup cols={2}>
48
<Card
49
title="Quickstart"
50
icon="bolt"
@@ -74,14 +74,14 @@ Choose the path that best fits your needs:
74
75
title="Building a MCP client"
76
icon="outlet"
77
- href="/building-a-client"
+ href="/tutorials/building-a-client"
78
>
79
Learn how to build your first MCP client
80
</Card>
81
82
title="Building MCP with LLMs"
83
icon="comments"
84
- href="/building-mcp-with-llms"
+ href="/tutorials/building-mcp-with-llms"
85
86
Learn how to use LLMs like Claude to speed up your MCP development
87
0 commit comments