Skip to content

Commit 984f54c

Browse files
authored
Merge pull request modelcontextprotocol#1490 from modelcontextprotocol/davidsp/legacy-inspector
docs: move inspector guide out of /legacy into /docs/tools
2 parents 3473e6e + 53ea077 commit 984f54c

File tree

4 files changed

+7
-11
lines changed

4 files changed

+7
-11
lines changed

docs/docs.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@
2727
"pages": [
2828
{
2929
"group": "Get started",
30-
"pages": [
31-
"docs/getting-started/intro"
32-
]
30+
"pages": ["docs/getting-started/intro"]
3331
},
3432
{
3533
"group": "About MCP",
@@ -52,9 +50,7 @@
5250
},
5351
{
5452
"group": "Developer tools",
55-
"pages": [
56-
"legacy/tools/inspector"
57-
]
53+
"pages": ["docs/tools/inspector"]
5854
}
5955
]
6056
},
@@ -347,8 +343,8 @@
347343
"destination": "/legacy/tools/debugging"
348344
},
349345
{
350-
"source": "/docs/tools/inspector",
351-
"destination": "/legacy/tools/inspector"
346+
"source": "/legacy/tools/inspector",
347+
"destination": "/docs/tools/inspector"
352348
},
353349
{
354350
"source": "/introduction",
File renamed without changes.

docs/introduction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Choose the path that best fits your needs:
9494
<Card
9595
title="MCP Inspector"
9696
icon="magnifying-glass"
97-
href="/legacy/tools/inspector"
97+
href="/docs/tools/inspector"
9898
>
9999
Test and inspect your MCP servers with our interactive debugging tool
100100
</Card>

docs/legacy/tools/debugging.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ MCP provides several tools for debugging at different levels:
1818
1. **MCP Inspector**
1919
- Interactive debugging interface
2020
- Direct server testing
21-
- See the [Inspector guide](/legacy/tools/inspector) for details
21+
- See the [Inspector guide](/docs/tools/inspector) for details
2222

2323
2. **Claude Desktop Developer Tools**
2424
- Integration testing
@@ -151,7 +151,7 @@ When servers fail to connect:
151151

152152
1. Check Claude Desktop logs
153153
2. Verify server process is running
154-
3. Test standalone with [Inspector](/legacy/tools/inspector)
154+
3. Test standalone with [Inspector](/docs/tools/inspector)
155155
4. Verify protocol compatibility
156156

157157
## Implementing logging

0 commit comments

Comments
 (0)