// ===== MULTI-FILE SCHEMA CONFIGURATION =====
// This is the main schema file that references all other schema files
// Prisma automatically discovers and includes all .prisma files in the same directory
generator client {
provider = "prisma-client-js"
previewFeatures = ["queryCompiler", "driverAdapters"]
output = "../generated/prisma"
engineType = "library"
binaryTargets = []
}
datasource db {
provider = "sqlite"
url = env("DATABASE_URL") // Use environment variable for flexibility
}
// All models are now organized in separate files in the same directory:
// - workflow-enums.prisma - All enums
// - task-models.prisma - Core task management models
// - rule-models.prisma - Intelligent workflow rules system
// - onboarding-models.prisma - Project onboarding system
// Prisma automatically includes all .prisma files in the same directory
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Hive-Academy/Anubis-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server