Better Auth MCP Server

test_auth_flows

Test authentication workflows

Input Schema

NameRequiredDescriptionDefault
flowsYesAuthentication flows to test

Input Schema (JSON Schema)

{ "properties": { "flows": { "description": "Authentication flows to test", "items": { "enum": [ "login", "register", "password-reset", "2fa" ], "type": "string" }, "type": "array" } }, "required": [ "flows" ], "type": "object" }