File tree Expand file tree Collapse file tree 4 files changed +7
-11
lines changed
Expand file tree Collapse file tree 4 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 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" ,
5250 },
5351 {
5452 "group" : " Developer tools" ,
55- "pages" : [
56- " legacy/tools/inspector"
57- ]
53+ "pages" : [" docs/tools/inspector" ]
5854 }
5955 ]
6056 },
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.
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ MCP provides several tools for debugging at different levels:
18181 . ** 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
23232 . ** Claude Desktop Developer Tools**
2424 - Integration testing
@@ -151,7 +151,7 @@ When servers fail to connect:
151151
1521521 . Check Claude Desktop logs
1531532 . Verify server process is running
154- 3 . Test standalone with [ Inspector] ( /legacy /tools/inspector )
154+ 3 . Test standalone with [ Inspector] ( /docs /tools/inspector )
1551554 . Verify protocol compatibility
156156
157157## Implementing logging
You can’t perform that action at this time.
0 commit comments