next.js/test/development/mcp-server/fixtures/dynamic-routes-app/next.config.js
next.config.js9 lines137 B
/** @type {import('next').NextConfig} */
const nextConfig = {
  experimental: {
    mcpServer: true,
  },
}

module.exports = nextConfig
Quest for Codev2.0.0
/
SIGN IN