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 8c0d94b commit 00f8900Copy full SHA for 00f8900
snippets/vercel-json-generator.mdx
@@ -32,6 +32,10 @@ export const VercelJsonGenerator = () => {
32
source: `/${subpath}/robots.txt`,
33
destination: `https://${subdomain}.mintlify.app/robots.txt`
34
},
35
+ {
36
+ source: `/${subpath}/mcp`,
37
+ destination: `https://${subdomain}.mintlify.app/mcp`
38
+ },
39
{
40
source: `/${subpath}/:path*`,
41
destination: `https://${subdomain}.mintlify.app/${subpath}/:path*`
0 commit comments