Skip to content

Commit cd00b7b

Browse files
authored
add redirects for old paths (modelcontextprotocol#1064)
1 parent 1627431 commit cd00b7b

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

docs/docs.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,58 @@
317317
"source": "/specification/latest",
318318
"destination": "/specification/2025-06-18",
319319
"permanent": false
320+
},
321+
{
322+
"source": "/docs/concepts/architecture",
323+
"destination": "/docs/learn/architecture"
324+
},
325+
{
326+
"source": "/docs/concepts/elicitation",
327+
"destination": "/specification/2025-06-18/client/elicitation"
328+
},
329+
{
330+
"source": "/docs/concepts/prompts",
331+
"destination": "/specification/2025-06-18/server/prompts"
332+
},
333+
{
334+
"source": "/docs/concepts/resources",
335+
"destination": "/specification/2025-06-18/server/resources"
336+
},
337+
{
338+
"source": "/docs/concepts/roots",
339+
"destination": "/specification/2025-06-18/client/roots"
340+
},
341+
{
342+
"source": "/docs/concepts/sampling",
343+
"destination": "/specification/2025-06-18/client/sampling"
344+
},
345+
{
346+
"source": "/docs/concepts/tools",
347+
"destination": "/specification/2025-06-18/server/tools"
348+
},
349+
{
350+
"source": "/docs/concepts/transports",
351+
"destination": "/specification/2025-06-18/basic/transports"
352+
},
353+
{
354+
"source": "/docs/tools/debugging",
355+
"destination": "/legacy/tools/debugging"
356+
},
357+
{
358+
"source": "/docs/tools/inspector",
359+
"destination": "/legacy/tools/inspector"
360+
},
361+
{
362+
"source": "/introduction",
363+
"destination": "/docs/getting-started/intro"
364+
},
365+
{
366+
"source": "/docs/concepts",
367+
"destination": "/docs/learn/architecture"
368+
},
369+
{
370+
"source": "/docs/tools",
371+
"destination": "/legacy/tools/inspector"
320372
}
321373
],
322374
"contextual": {

0 commit comments

Comments
 (0)