We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32e4a96 commit b7047a8Copy full SHA for b7047a8
1 file changed
src/libraries/libraries.ts
@@ -413,7 +413,7 @@ export const mcp: LibrarySlim = {
413
handleRedirects: (href: string) => {
414
// All /mcp routes redirect to CLI MCP docs
415
if (/\/mcp(\/|$)/.test(href)) {
416
- throw redirect({ href: '/cli/latest/docs/mcp/mcp-overview' })
+ throw redirect({ href: '/cli/latest/docs/mcp/overview' })
417
}
418
},
419
0 commit comments