analyze_project
Analyze project structure and dependencies to determine the optimal setup approach for implementing authentication systems with Better Auth MCP Server.
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"
}