| 1 | import { describe, expect, test, vi } from 'vitest'; |
| 2 | import type { UserWithAccounts } from '@sourcebot/db'; |
| 3 | import { getMcpPrismaQueryExtension, scopeUserMcpServerWhere } from './prismaScope'; |
| 4 |
nothing calls this directly
no test coverage detected