analyze_project
Identify project structure and dependencies to determine optimal authentication setup using the Better Auth MCP Server for secure, multi-protocol credential management.
Instructions
Analyze project structure and dependencies to recommend Better-Auth setup approach
Input Schema
Name | Required | Description | Default |
---|---|---|---|
projectPath | Yes | Path to the project root |
Input Schema (JSON Schema)
{
"properties": {
"projectPath": {
"description": "Path to the project root",
"type": "string"
}
},
"required": [
"projectPath"
],
"type": "object"
}