Skip to content

Commit 5133db7

Browse files
Merge pull request modelcontextprotocol#30 from modelcontextprotocol/justin/more-fixes
Remove broken links to /api-reference pages
2 parents 5b0e033 + 92f2f5b commit 5133db7

File tree

4 files changed

+15
-25
lines changed

4 files changed

+15
-25
lines changed

docs/first-server/python.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

docs/first-server/typescript.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

docs/tools/debugging.mdx

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff 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>

docs/tools/inspector.mdx

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)