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 4ff95a7 commit 7332c26Copy full SHA for 7332c26
introduction.mdx
@@ -33,6 +33,26 @@ Choose the path that best fits your needs:
33
</Card>
34
</CardGroup>
35
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
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
54
+</CardGroup>
55
56
## Explore MCP
57
58
Dive deeper into MCP's core concepts and capabilities:
0 commit comments