File tree Expand file tree Collapse file tree 4 files changed +15
-25
lines changed Expand file tree Collapse file tree 4 files changed +15
-25
lines changed Original file line number Diff line number Diff line change @@ -798,7 +798,7 @@ uv run pyright src
798
798
Learn more about the MCP architecture
799
799
</Card >
800
800
801
- <Card title = " Python SDK" icon = " python" href = " /api-reference/python/class-reference " >
802
- Read more about the Python SDK
801
+ <Card title = " Python SDK" icon = " python" href = " https://github.com/modelcontextprotocol/python-sdk " >
802
+ Check out the Python SDK on GitHub
803
803
</Card >
804
804
</CardGroup >
Original file line number Diff line number Diff line change @@ -580,10 +580,10 @@ npx tsc --noEmit
580
580
581
581
<Card
582
582
title = " TypeScript SDK"
583
- icon = " node -js"
584
- href = " /api-reference/typescript/class-reference "
583
+ icon = " square -js"
584
+ href = " https://github.com/modelcontextprotocol/typescript-sdk "
585
585
>
586
- Read more about the TypeScript SDK
586
+ Check out the TypeScript SDK on GitHub
587
587
</Card >
588
588
</CardGroup >
589
589
Original file line number Diff line number Diff line change @@ -252,6 +252,12 @@ When encountering issues:
252
252
253
253
## Next steps
254
254
255
- - Learn to use the [ MCP Inspector] ( /docs/tools/inspector )
256
- - Review [ Protocol Overview] ( /api-reference/protocol-overview )
257
- - Study [ Error Handling] ( /api-reference/error-handling )
255
+ <CardGroup cols = { 2 } >
256
+ <Card
257
+ title = " MCP Inspector"
258
+ icon = " magnifying-glass"
259
+ href = " /docs/tools/inspector"
260
+ >
261
+ Learn to use the MCP Inspector
262
+ </Card >
263
+ </CardGroup >
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ The Inspector provides several features for interacting with your MCP server:
128
128
129
129
<CardGroup cols = { 2 } >
130
130
<Card
131
- title = " MCP Inspector"
131
+ title = " Inspector Repository "
132
132
icon = " github"
133
133
href = " https://github.com/modelcontextprotocol/inspector"
134
134
>
@@ -142,20 +142,4 @@ The Inspector provides several features for interacting with your MCP server:
142
142
>
143
143
Learn about broader debugging strategies
144
144
</Card >
145
-
146
- <Card
147
- title = " Server APIs"
148
- icon = " server"
149
- href = " /api-reference/server-api/resource-management"
150
- >
151
- Explore implementation details
152
- </Card >
153
-
154
- <Card
155
- title = " Protocol Overview"
156
- icon = " book"
157
- href = " /api-reference/protocol-overview"
158
- >
159
- Review message specifications
160
- </Card >
161
145
</CardGroup >
You can’t perform that action at this time.
0 commit comments