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
798798 Learn more about the MCP architecture
799799 </Card >
800800
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
803803 </Card >
804804</CardGroup >
Original file line number Diff line number Diff line change @@ -580,10 +580,10 @@ npx tsc --noEmit
580580
581581 <Card
582582 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 "
585585 >
586- Read more about the TypeScript SDK
586+ Check out the TypeScript SDK on GitHub
587587 </Card >
588588</CardGroup >
589589
Original file line number Diff line number Diff line change @@ -252,6 +252,12 @@ When encountering issues:
252252
253253## Next steps
254254
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:
128128
129129<CardGroup cols = { 2 } >
130130 <Card
131- title = " MCP Inspector"
131+ title = " Inspector Repository "
132132 icon = " github"
133133 href = " https://github.com/modelcontextprotocol/inspector"
134134 >
@@ -142,20 +142,4 @@ The Inspector provides several features for interacting with your MCP server:
142142 >
143143 Learn about broader debugging strategies
144144 </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 >
161145</CardGroup >
You can’t perform that action at this time.
0 commit comments