Better Auth MCP Server

generate_migration_plan

Generate a step-by-step migration plan to transition from current authentication systems, such as auth.js or next-auth, to Better-Auth, ensuring smooth project integration.

Instructions

Create step-by-step migration plan from existing auth to Better-Auth

Input Schema

NameRequiredDescriptionDefault
currentAuthTypeYesCurrent authentication system type
projectPathYesPath to the project root

Input Schema (JSON Schema)

{ "properties": { "currentAuthType": { "description": "Current authentication system type", "enum": [ "auth.js", "next-auth" ], "type": "string" }, "projectPath": { "description": "Path to the project root", "type": "string" } }, "required": [ "projectPath", "currentAuthType" ], "type": "object" }

You must be authenticated.

Other Tools from Better Auth MCP Server

Related Tools

ID: 7f1irpro2i