diff --git a/next.config.mjs b/next.config.mjs index 740d17cf..ab159f1d 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -8,6 +8,11 @@ const config = { reactStrictMode: true, serverExternalPackages: ['twoslash', 'typescript'], redirects: async () => [ + { + source: '/CLI/mcp', + destination: '/', + permanent: true, + }, { source: '/Get-Started/what-is-agentuity', destination: '/',