Better Auth MCP Server

analyze_project

Analyze project structure and dependencies to recommend Better-Auth setup approach

Input Schema

NameRequiredDescriptionDefault
projectPathYesPath to the project root

Input Schema (JSON Schema)

{ "properties": { "projectPath": { "description": "Path to the project root", "type": "string" } }, "required": [ "projectPath" ], "type": "object" }