Skip to content

Commit 7332c26

Browse files
committed
added debugging
1 parent 4ff95a7 commit 7332c26

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

introduction.mdx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,26 @@ Choose the path that best fits your needs:
3333
</Card>
3434
</CardGroup>
3535

36+
## Development tools
37+
38+
Essential tools for building and debugging MCP servers:
39+
40+
<CardGroup cols={2}>
41+
<Card
42+
title="Debugging Guide"
43+
icon="bug"
44+
href="/docs/tools/debugging">
45+
Learn how to effectively debug MCP servers and integrations
46+
</Card>
47+
<Card
48+
title="MCP Inspector"
49+
icon="magnifying-glass"
50+
href="/docs/tools/inspector"
51+
>
52+
Test and inspect your MCP servers with our interactive debugging tool
53+
</Card>
54+
</CardGroup>
55+
3656
## Explore MCP
3757

3858
Dive deeper into MCP's core concepts and capabilities:

0 commit comments

Comments
 (0)