| 1 | import 'server-only'; |
| 2 | import { env, getDBConnectionString } from "@sourcebot/shared"; |
| 3 | import { Prisma, PrismaClient, UserWithAccounts } from "@sourcebot/db"; |
| 4 | import { getMcpPrismaQueryExtension } from "@/features/mcp/prismaScope"; |
nothing calls this directly
no test coverage detected